public class BadRequestException extends AmazonServiceException
Your request didn't pass one or more validation tests. For example, if the
transcription you're trying to delete doesn't exist or if it is in a
non-terminal state (for example, it's "in progress"). See the exception
Message field for more information.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
BadRequestException(String message)
Constructs a new BadRequestException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BadRequestException(String message)
message - Describes the error encountered.Copyright © 2019. All rights reserved.