Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Response document containing details about a failed request.

Hierarchy

  • ErrorResponse

Index

Properties

Optional clientToken

clientToken: undefined | string

Opaque request-response correlation data. Present only if a client token was used in the request.

Optional code

code: undefined | number

An HTTP response code that indicates the type of error.

Optional message

message: undefined | string

A text message that provides additional information.

Optional timestamp

timestamp: Date

The date and time the response was generated by AWS IoT. This property is not present in all error response documents.

Generated using TypeDoc