-
requestId
String requestId
The unique AWS identifier for the service request the caller made. The
AWS request ID can uniquely identify the AWS request, and is used for
reporting an error to AWS support team.
-
errorCode
String errorCode
The AWS error code represented by this exception (ex:
InvalidParameterValue).
-
errorType
AmazonServiceException.ErrorType errorType
Indicates (if known) whether this exception was the fault of the caller
or the service.
- See Also:
AmazonServiceException.ErrorType
-
errorMessage
String errorMessage
The error message as returned by the service.
-
statusCode
int statusCode
The HTTP status code that was returned with this error
-
serviceName
String serviceName
The name of the Amazon service that sent this error response.
-
httpHeaders
Map<K,V> httpHeaders
All HTTP headers in the response for additional context and debugging.
-
rawResponse
byte[] rawResponse
The raw response payload.