public class CustomVerificationEmailTemplateAlreadyExistsException extends AmazonServiceException
Indicates that a custom verification email template with the name you specified already exists.
AmazonServiceException.ErrorType
Constructor and Description |
---|
CustomVerificationEmailTemplateAlreadyExistsException(java.lang.String message)
Constructs a new CustomVerificationEmailTemplateAlreadyExistsException
with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomVerificationEmailTemplateName()
Indicates that the provided custom verification email template with the
specified template name already exists.
|
void |
setCustomVerificationEmailTemplateName(java.lang.String customVerificationEmailTemplateName)
Indicates that the provided custom verification email template with the
specified template name already exists.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public CustomVerificationEmailTemplateAlreadyExistsException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getCustomVerificationEmailTemplateName()
Indicates that the provided custom verification email template with the specified template name already exists.
Indicates that the provided custom verification email template with the specified template name already exists.
public void setCustomVerificationEmailTemplateName(java.lang.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.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.