Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResponseMetadata

Hierarchy

  • ResponseMetadata

Index

Properties

Optional attempts

attempts: undefined | number

The number of times this operation was attempted.

Optional cfId

cfId: undefined | string

A tertiary identifier for the last request sent. Used for debugging.

Optional extendedRequestId

extendedRequestId: undefined | string

A secondary identifier for the last request sent. Used for debugging.

Optional httpStatusCode

httpStatusCode: undefined | number

The status code of the last HTTP response received for this operation.

Optional requestId

requestId: undefined | string

A unique identifier for the last request sent for this operation. Often requested by AWS service teams to aid in debugging.

Optional totalRetryDelay

totalRetryDelay: undefined | number

The total amount of time (in milliseconds) that was spent waiting between retry attempts.