Common Errors
Description
Common errors are general errors that can be returned by all actions.
Action-specific errors are described in the explanation of each action.
Contents
- InternalFailure
The request failed due to an error with unknown cause, exception, or failure.
- HTTP Status Code: 400
 
 - InvalidClientTokenId
The request has not been approved for the specified authentication token.
Or, a parameter that cannot be used with the specified authentication token has been specified.
- HTTP Status Code: 403
 
 - InvalidParameterCombination
The request specified parameters that cannot be specified at the same time.
- HTTP Status Code: 400
 
 - InvalidParameterValue
An invalid value or a value outside the range was specified for the input parameter.
- HTTP Status Code: 400
 
 - MalformedQueryString
The query string contained a syntax error.
- HTTP Status Code: 404
 
 - MissingParameter
A required parameter has not been specified for the specified action.
- HTTP Status Code: 400
 
 - ResourceIsBusy
The resource is being used by another operation.
- HTTP Status Code: 409
 
 - UnsupportedHeaderValue
An unsupported header value was specified.
- HTTP Status Code: 406
 
 - Unsupported
The specified request is not supported.
- HTTP Status Code: 500
 
 - InternalError
An internal error occurred.
- HTTP Status Code: 500