@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FromEmailAddressNotVerifiedException extends AmazonSimpleEmailServiceException
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(String message)
Constructs a new FromEmailAddressNotVerifiedException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getFromEmailAddress()
Indicates that the from email address associated with the custom verification email template is not verified.
|
void |
setFromEmailAddress(String fromEmailAddress)
Indicates that the from email address associated with the custom verification email template is not verified.
|
FromEmailAddressNotVerifiedException |
withFromEmailAddress(String fromEmailAddress)
Indicates that the from email address associated with the custom verification email template is not verified.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FromEmailAddressNotVerifiedException(String message)
message
- Describes the error encountered.public void setFromEmailAddress(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.public String getFromEmailAddress()
Indicates that the from email address associated with the custom verification email template is not verified.
public FromEmailAddressNotVerifiedException withFromEmailAddress(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.