Readonly
$fault: "client" | "server"Whether the client or server are at fault.
Readonly
$metadata: { Optional
Readonly
attempts?: numberThe number of times this operation was attempted.
Optional
Readonly
cfA tertiary identifier for the last request sent. Used for debugging.
Optional
Readonly
extendedA secondary identifier for the last request sent. Used for debugging.
Optional
Readonly
httpThe status code of the last HTTP response received for this operation.
Optional
Readonly
requestA unique identifier for the last request sent for this operation. Often requested by AWS service teams to aid in debugging.
Optional
Readonly
totalThe total amount of time (in milliseconds) that was spent waiting between retry attempts.
Human-readable error response message
Readonly
name: stringName, eg. ConditionalCheckFailedException
Optional
Readonly
$response?: { Represents an HTTP message as received in reply to a request
The headers of the HTTP message.
Optional
body?: anyThe body of the HTTP message. Can be: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream
Optional
statusThe status code of the HTTP response.
Optional
Readonly
$retryable?: { Indicates that an error MAY be retried by the client.
Optional
Readonly
throttling?: booleanIndicates that the error is a retryable throttling error.
Optional
Readonly
$service?: stringThe service that encountered the exception.
Optional
stack?: stringNon-standard stacktrace
The error object that is emitted with error events from AWS.