public class FromEmailAddressNotVerifiedException extends AmazonServiceException
Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.
AmazonServiceException.ErrorType
Constructor and Description |
---|
FromEmailAddressNotVerifiedException(java.lang.String message)
Constructs a new FromEmailAddressNotVerifiedException with the specified
error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFromEmailAddress()
Indicates that the from email address associated with the custom
verification email template is not verified.
|
void |
setFromEmailAddress(java.lang.String fromEmailAddress)
Indicates that the from email address associated with the custom
verification email template is not verified.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public FromEmailAddressNotVerifiedException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getFromEmailAddress()
Indicates that the from email address associated with the custom verification email template is not verified.
Indicates that the from email address associated with the custom verification email template is not verified.
public void setFromEmailAddress(java.lang.String fromEmailAddress)
Indicates that the from email address associated with the custom verification email template is not verified.
fromEmailAddress
- Indicates that the from email address associated with the custom verification email template is not verified.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.