Common Error Types
This section lists common error types that this AWS service may return. Not all services return all error types listed here. For errors specific to an API action for this service, see the topic for that API action.
- AccessDeniedException
-
You don't have permission to perform this action. Verify that your IAM policy includes the required permissions.
HTTP Status Code: 403
- ExpiredTokenException
-
The security token included in the request has expired. Request a new security token and try again.
HTTP Status Code: 403
- IncompleteSignature
-
The request signature doesn't conform to AWS standards. Verify that you're using valid AWS credentials and that your request is properly formatted. If you're using an SDK, ensure it's up to date.
HTTP Status Code: 403
- InternalFailure
-
The request can't be processed right now because of an internal server issue. Try again later. If the problem persists, contact AWS Support.
HTTP Status Code: 500
- MalformedHttpRequestException
-
The request body can't be processed. This typically happens when the request body can't be decompressed using the specified content encoding algorithm. Verify that the content encoding header matches the compression format used.
HTTP Status Code: 400
- NotAuthorized
-
You don't have permissions to perform this action. Verify that your IAM policy includes the required permissions.
HTTP Status Code: 401
- OptInRequired
-
Your AWS account needs a subscription for this service. Verify that you've enabled the service in your account.
HTTP Status Code: 403
- RequestAbortedException
-
The request was aborted before a response could be returned. This typically happens when the client closes the connection.
HTTP Status Code: 400