@Generated(value="software.amazon.awssdk:codegen") public final class TrackingOptionsAlreadyExistsException extends SesException implements ToCopyableBuilder<TrackingOptionsAlreadyExistsException.Builder,TrackingOptionsAlreadyExistsException>
Indicates that the configuration set you specified already contains a TrackingOptions object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrackingOptionsAlreadyExistsException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrackingOptionsAlreadyExistsException.Builder |
builder() |
String |
configurationSetName()
Indicates that a TrackingOptions object already exists in the specified configuration set.
|
static Class<? extends TrackingOptionsAlreadyExistsException.Builder> |
serializableBuilderClass() |
TrackingOptionsAlreadyExistsException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic TrackingOptionsAlreadyExistsException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<TrackingOptionsAlreadyExistsException.Builder,TrackingOptionsAlreadyExistsException>toBuilder in class SesExceptionpublic static TrackingOptionsAlreadyExistsException.Builder builder()
public static Class<? extends TrackingOptionsAlreadyExistsException.Builder> serializableBuilderClass()
public String configurationSetName()
Indicates that a TrackingOptions object already exists in the specified configuration set.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.