@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnprocessableEntityException extends AmazonChimeException
The request was well-formed but was unable to be followed due to semantic errors.
AmazonServiceException.ErrorType
Constructor and Description |
---|
UnprocessableEntityException(String message)
Constructs a new UnprocessableEntityException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
void |
setCode(String code) |
UnprocessableEntityException |
withCode(ErrorCode code) |
UnprocessableEntityException |
withCode(String code) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnprocessableEntityException(String message)
message
- Describes the error encountered.public UnprocessableEntityException withCode(String code)
code
- ErrorCode
public UnprocessableEntityException withCode(ErrorCode code)
code
- ErrorCode
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.