Interface RejectedErrorResponse

Response document containing details about a failed request.

Hierarchy

  • RejectedErrorResponse

Properties

clientToken?: string

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

Indicates the type of error.

executionState?: JobExecutionState

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

message?: string

A text message that provides additional information.

timestamp?: Date

The date and time the response was generated by AWS IoT.

Generated using TypeDoc