Optional
messageOptional
metadataOptional
Readonly
attempts?: numberOptional
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.
Optional
queueOptional
responseThe 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
stackStatic
stackStatic
Optional
prepareOptional override for formatting stack traces
The number of times this operation was attempted.