AWS HealthImaging Error:- Resource can't be loaded, please refresh your browser. You don’t have permissions for this action with the credentials you sent.

0

when i try to open image set in healthimaging datastore it show me this error :- Resource can't be loaded, please refresh your browser. You don’t have permissions for this action with the credentials you sent.

anurag
asked 2 months ago66 views
1 Answer
1

Hi anurag,

This error typically indicates that your IAM role does not have access to the medical-imaging:GetImageSet and medical-imaging:GetImageSetMetadata actions. You can confirm this by opening the browser debug console (typically via the F12 key), going to the Network tab, and refreshing the page where you are getting the error. You should see one or two lines with a 403 status. If you select that network transaction, and select the Response tab, you should see something like the following:

"User: arn:aws:sts::123456789012:assumed-role/Role-Name/User-Name is not authorized to perform: medical-imaging:GetImageSet on resource: arn:aws:medical-imaging:us-east-1:123456789012:datastore/<uuid> because no identity-based policy allows the medical-imaging:GetImageSet action"

If this is the case, then confirm in IAM that your effective permissions include these two actions. Alternatively, you can use the AWS-managed AWSHealthImagingReadOnlyAccess IAM policy to grant yourself read-only access to all HealthImaging resources.

AWS
Yuan
answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions