@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomVerificationEmailTemplateAlreadyExistsException extends AmazonSimpleEmailServiceException
Indicates that a custom verification email template with the name you specified already exists.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
CustomVerificationEmailTemplateAlreadyExistsException(String message)
Constructs a new CustomVerificationEmailTemplateAlreadyExistsException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomVerificationEmailTemplateName()
Indicates that the provided custom verification email template with the specified template name already exists.
|
void |
setCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template with the specified template name already exists.
|
CustomVerificationEmailTemplateAlreadyExistsException |
withCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template with the specified template name already exists.
|
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 CustomVerificationEmailTemplateAlreadyExistsException(String message)
message - Describes the error encountered.public void setCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template with the specified template name already exists.
customVerificationEmailTemplateName - Indicates that the provided custom verification email template with the specified template name already
exists.public String getCustomVerificationEmailTemplateName()
Indicates that the provided custom verification email template with the specified template name already exists.
public CustomVerificationEmailTemplateAlreadyExistsException withCustomVerificationEmailTemplateName(String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template with the specified template name already exists.
customVerificationEmailTemplateName - Indicates that the provided custom verification email template with the specified template name already
exists.