Readonly$faultWhether the client or server are at fault.
Readonly$metadataOptional Readonlyattempts?: numberThe number of times this operation was attempted.
Optional ReadonlycfId?: stringA tertiary identifier for the last request sent. Used for debugging.
Optional ReadonlyextendedRequestId?: stringA secondary identifier for the last request sent. Used for debugging.
Optional ReadonlyhttpStatusCode?: numberThe status code of the last HTTP response received for this operation.
Optional ReadonlyrequestId?: stringA unique identifier for the last request sent for this operation. Often requested by AWS service teams to aid in debugging.
Optional ReadonlytotalRetryDelay?: numberThe total amount of time (in milliseconds) that was spent waiting between retry attempts.
Human-readable error response message
ReadonlynameName, eg. ConditionalCheckFailedException
Optional Readonly$responseRepresents an HTTP message as received in reply to a request
The headers of the HTTP message.
Optionalbody?: anyThe body of the HTTP message. Can be: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream
OptionalstatusCode?: numberThe status code of the HTTP response.
Optional Readonly$retryableIndicates that an error MAY be retried by the client.
Optional Readonlythrottling?: booleanIndicates that the error is a retryable throttling error.
Optional Readonly$serviceThe service that encountered the exception.
OptionalstackNon-standard stacktrace
The error object that is emitted with error events from AWS.