Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RejectedErrorResponse

Response document containing details about a failed request.

Hierarchy

  • RejectedErrorResponse

Index

Properties

Optional clientToken

clientToken: undefined | string

Opaque token that can correlate this response to the original request.

Optional code

Indicates the type of error.

Optional executionState

executionState: JobExecutionState

A JobExecutionState object. This field is included only when the code field has the value InvalidStateTransition or VersionMismatch.

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.

Generated using TypeDoc