ruby_route_53 icon indicating copy to clipboard operation
ruby_route_53 copied to clipboard

Unhandled AccessDenied error (minor)

Open davidljung opened this issue 13 years ago • 0 comments

ERROR: Amazon returned an error for the request. ERROR: RAW_XML: <ErrorResponse xmlns="https://route53.amazonaws.com/doc/2011-05-05/"><Error><Type>Sender</Type><Code>AccessDenied</Code><Message>User: arn:aws:iam::123456789012:user/MyUser is not authorized to perform: route53:ListHostedZones</Message></Error><RequestId>c87e019b-1c5e-11e1-9388-b50d1a7693b8</RequestId></ErrorResponse> ERROR: AccessDenied: User: arn:aws:iam::123456789012:user/MyUser is not authorized to perform: route53:ListHostedZones What now? It looks like you've run into an unhandled error. Please send a detailed bug report with the entire input and output from the program to [email protected] or to https://github.com/pcorliss/ruby_route_53/issues and we'll do out best to help you.

(Obviously easily avoided by granting the appropriate access)

davidljung avatar Dec 01 '11 21:12 davidljung