public class AWSBadRequestException extends AWSServiceIOException
Modifier and Type | Field and Description |
---|---|
static int |
STATUS_CODE
HTTP status code which signals this failure mode was triggered: 400.
|
Constructor and Description |
---|
AWSBadRequestException(String operation,
software.amazon.awssdk.awscore.exception.AwsServiceException cause)
Instantiate.
|
awsErrorDetails, extendedRequestId, getCause, requestId, statusCode
getMessage, retryable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int STATUS_CODE
public AWSBadRequestException(String operation, software.amazon.awssdk.awscore.exception.AwsServiceException cause)
operation
- operation which triggered thiscause
- the underlying causeCopyright © 2008–2024 Apache Software Foundation. All rights reserved.