@Generated(value="software.amazon.awssdk:codegen") public final class FromEmailAddressNotVerifiedException extends SesException implements ToCopyableBuilder<FromEmailAddressNotVerifiedException.Builder,FromEmailAddressNotVerifiedException>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
FromEmailAddressNotVerifiedException.Builder |
Modifier and Type | Method and Description |
---|---|
static FromEmailAddressNotVerifiedException.Builder |
builder() |
String |
fromEmailAddress()
Indicates that the from email address associated with the custom verification email template is not verified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FromEmailAddressNotVerifiedException.Builder> |
serializableBuilderClass() |
FromEmailAddressNotVerifiedException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public FromEmailAddressNotVerifiedException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<FromEmailAddressNotVerifiedException.Builder,FromEmailAddressNotVerifiedException>
toBuilder
in class SesException
public static FromEmailAddressNotVerifiedException.Builder builder()
public static Class<? extends FromEmailAddressNotVerifiedException.Builder> serializableBuilderClass()
public String fromEmailAddress()
Indicates that the from email address associated with the custom verification email template is not verified.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.