Serializable
, ToCopyableBuilder<ConfigurationSetAlreadyExistsException.Builder,ConfigurationSetAlreadyExistsException>
@Generated("software.amazon.awssdk:codegen") public class ConfigurationSetAlreadyExistsException extends SESException implements ToCopyableBuilder<ConfigurationSetAlreadyExistsException.Builder,ConfigurationSetAlreadyExistsException>
Indicates that the configuration set could not be created because of a naming conflict.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConfigurationSetAlreadyExistsException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static ConfigurationSetAlreadyExistsException.Builder |
builder() |
|
String |
configurationSetName() |
|
static Class<? extends ConfigurationSetAlreadyExistsException.Builder> |
serializableBuilderClass() |
|
ConfigurationSetAlreadyExistsException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConfigurationSetAlreadyExistsException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfigurationSetAlreadyExistsException.Builder,ConfigurationSetAlreadyExistsException>
public static ConfigurationSetAlreadyExistsException.Builder builder()
public static Class<? extends ConfigurationSetAlreadyExistsException.Builder> serializableBuilderClass()
public String configurationSetName()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.