Class V2ErrorResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotshadow.model.V2ErrorResponse
-
public class V2ErrorResponse extends Object
Response document containing details about a failed request.
-
-
Field Summary
Fields 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 Summary
Constructors Constructor Description V2ErrorResponse()
-
-
-
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.
-
-