@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationSetAlreadyExistsException extends AmazonSimpleEmailServiceException
Indicates that the configuration set could not be created because of a naming conflict.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
ConfigurationSetAlreadyExistsException(String message)
Constructs a new ConfigurationSetAlreadyExistsException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigurationSetName() |
void |
setConfigurationSetName(String configurationSetName) |
ConfigurationSetAlreadyExistsException |
withConfigurationSetName(String configurationSetName) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigurationSetAlreadyExistsException(String message)
message - Describes the error encountered.public void setConfigurationSetName(String configurationSetName)
configurationSetName - public String getConfigurationSetName()
public ConfigurationSetAlreadyExistsException withConfigurationSetName(String configurationSetName)
configurationSetName - Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.