@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingVerificationException extends AmazonIVSRealTimeException
AmazonServiceException.ErrorType
Constructor and Description |
---|
PendingVerificationException(String message)
Constructs a new PendingVerificationException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getExceptionMessage()
Your account is pending verification.
|
void |
setExceptionMessage(String exceptionMessage)
Your account is pending verification.
|
PendingVerificationException |
withExceptionMessage(String exceptionMessage)
Your account is pending verification.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PendingVerificationException(String message)
message
- Describes the error encountered.public void setExceptionMessage(String exceptionMessage)
Your account is pending verification.
exceptionMessage
- Your account is pending verification.public String getExceptionMessage()
Your account is pending verification.
public PendingVerificationException withExceptionMessage(String exceptionMessage)
Your account is pending verification.
exceptionMessage
- Your account is pending verification.