Class RejectedError


  • public class RejectedError
    extends Object
    Response document containing details about a failed request.
    • Field Detail

      • clientToken

        public String clientToken
        Opaque token that can correlate this response to the original request.
      • message

        public String message
        A text message that provides additional information.
      • timestamp

        public Timestamp timestamp
        The date and time the response was generated by AWS IoT.
      • executionState

        public JobExecutionState executionState
        A JobExecutionState object. This field is included only when the code field has the value InvalidStateTransition or VersionMismatch.
    • Constructor Detail

      • RejectedError

        public RejectedError()