Class ErrorResponse
- java.lang.Object
- 
- software.amazon.awssdk.iot.iotshadow.model.ErrorResponse
 
- 
 public class ErrorResponse extends Object Response document containing details about a failed request.
- 
- 
Field SummaryFields Modifier and Type Field Description StringclientTokenOpaque request-response correlation data.IntegercodeAn HTTP response code that indicates the type of error.StringmessageA text message that provides additional information.TimestamptimestampThe date and time the response was generated by AWS IoT.
 - 
Constructor SummaryConstructors Constructor Description ErrorResponse()
 
- 
- 
- 
Field Detail- 
clientTokenpublic String clientToken Opaque request-response correlation data. Present only if a client token was used in the request.
 - 
codepublic Integer code An HTTP response code that indicates the type of error.
 - 
messagepublic String message A text message that provides additional information.
 - 
timestamppublic Timestamp timestamp The date and time the response was generated by AWS IoT. This property is not present in all error response documents.
 
- 
 
-