@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomVerificationEmailTemplateDoesNotExistException extends AmazonSimpleEmailServiceException
Indicates that a custom verification email template with the name you specified does not exist.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
CustomVerificationEmailTemplateDoesNotExistException(String message)
Constructs a new CustomVerificationEmailTemplateDoesNotExistException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomVerificationEmailTemplateName()
Indicates that the provided custom verification email template does not exist.
|
void |
setCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template does not exist.
|
CustomVerificationEmailTemplateDoesNotExistException |
withCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template does not exist.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CustomVerificationEmailTemplateDoesNotExistException(String message)
message - Describes the error encountered.public void setCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template does not exist.
customVerificationEmailTemplateName - Indicates that the provided custom verification email template does not exist.public String getCustomVerificationEmailTemplateName()
Indicates that the provided custom verification email template does not exist.
public CustomVerificationEmailTemplateDoesNotExistException withCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template does not exist.
customVerificationEmailTemplateName - Indicates that the provided custom verification email template does not exist.