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