Class ExceptionMetadata
java.lang.Object
software.amazon.awssdk.protocols.core.ExceptionMetadata
Metadata needed to unmarshall a modeled exception.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionMetadata.Builderbuilder()Returns the error code for the modeled exception.Returns the Supplier to get the builder class for the exception.Returns the http status code for the exception. 
- 
Method Details
- 
errorCode
Returns the error code for the modeled exception. - 
exceptionBuilderSupplier
 - 
httpStatusCode
Returns the http status code for the exception. For modeled exceptions, this value is populated from the c2j model. - 
builder
 
 -