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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ