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 Summary
Fields Modifier and Type Field Description String
clientToken
Opaque request-response correlation data.Integer
code
An HTTP response code that indicates the type of error.String
message
A text message that provides additional information.Timestamp
timestamp
The date and time the response was generated by AWS IoT.
-
Constructor Summary
Constructors Constructor Description ErrorResponse()
-
-
-
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.
-
-