Class AwsJsonProtocolErrorUnmarshaller

java.lang.Object
software.amazon.awssdk.protocols.json.internal.unmarshall.AwsJsonProtocolErrorUnmarshaller
All Implemented Interfaces:
HttpResponseHandler<AwsServiceException>

public final class AwsJsonProtocolErrorUnmarshaller extends Object implements HttpResponseHandler<AwsServiceException>
Unmarshaller for AWS specific error responses. All errors are unmarshalled into a subtype of AwsServiceException (more specifically a subtype generated for each AWS service).