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
질문됨 2달 전87회 조회
1개 답변
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
답변함 2달 전
profile picture
전문가
검토됨 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠