1 Answer
- Newest
- Most votes
- Most comments
3
Hi,
Theoretically, the UnauthorizedOperation error indicates that you don't have the required permission to perform that operation.
Could you install the AWS ClI and run the aws sts decode-authorization-message --encoded-message <your-encoded-message> command to decode the message and get the missing IAM permissions? There may be one you are missing.
The following Knowledge Center page shows you how to do it.
