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
cfId?: stringA tertiary identifier for the last request sent. Used for debugging.
Optional
Readonly
extendedRequestId?: stringA secondary identifier for the last request sent. Used for debugging.
Optional
Readonly
httpStatusCode?: numberThe status code of the last HTTP response received for this operation.
Optional
Readonly
requestId?: stringA unique identifier for the last request sent for this operation. Often requested by AWS service teams to aid in debugging.
Optional
Readonly
totalRetryDelay?: numberThe 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?: { headers: Record<string, string>; body?: any; statusCode?: number }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
statusCode?: numberThe status code of the HTTP response.
Optional
Readonly
$retryable?: { throttling?: boolean }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.