@Generated(value="software.amazon.awssdk:codegen") public final class EventDestinationAlreadyExistsException extends SesException implements ToCopyableBuilder<EventDestinationAlreadyExistsException.Builder,EventDestinationAlreadyExistsException>
Indicates that the event destination could not be created because of a naming conflict.
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | EventDestinationAlreadyExistsException.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static EventDestinationAlreadyExistsException.Builder | builder() | 
| String | configurationSetName()
 Indicates that the configuration set does not exist. | 
| String | eventDestinationName()
 Indicates that the event destination does not exist. | 
| static Class<? extends EventDestinationAlreadyExistsException.Builder> | serializableBuilderClass() | 
| EventDestinationAlreadyExistsException.Builder | toBuilder()Create a  AwsServiceException.Builderinitialized with the properties of thisAwsServiceException. | 
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic EventDestinationAlreadyExistsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<EventDestinationAlreadyExistsException.Builder,EventDestinationAlreadyExistsException>toBuilder in class SesExceptionpublic static EventDestinationAlreadyExistsException.Builder builder()
public static Class<? extends EventDestinationAlreadyExistsException.Builder> serializableBuilderClass()
public String configurationSetName()
Indicates that the configuration set does not exist.
public String eventDestinationName()
Indicates that the event destination does not exist.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.