Class ErrorResponse


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

      • clientToken

        public String clientToken
        Opaque request-response correlation data. Present only if a client token was used in the request.
      • code

        public Integer code
        An HTTP response code that indicates the type of error.
      • 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. This property is not present in all error response documents.
    • Constructor Detail

      • ErrorResponse

        public ErrorResponse()