Class V2ErrorResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotcommands.model.V2ErrorResponse
-
public class V2ErrorResponse extends Object
Response document containing details about a failed request.
-
-
Field Summary
Fields Modifier and Type Field Description RejectedErrorCode
error
Indicates the type of error.String
errorMessage
A text message that provides additional information.String
executionId
Execution ID for which error is set.
-
Constructor Summary
Constructors Constructor Description V2ErrorResponse()
-
-
-
Field Detail
-
error
public RejectedErrorCode error
Indicates the type of error.
-
errorMessage
public String errorMessage
A text message that provides additional information.
-
executionId
public String executionId
Execution ID for which error is set.
-
-