@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackingOptionsAlreadyExistsException extends AmazonSimpleEmailServiceException
Indicates that the configuration set you specified already contains a TrackingOptions object.
AmazonServiceException.ErrorType
Constructor and Description |
---|
TrackingOptionsAlreadyExistsException(String message)
Constructs a new TrackingOptionsAlreadyExistsException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationSetName()
Indicates that a TrackingOptions object already exists in the specified configuration set.
|
void |
setConfigurationSetName(String configurationSetName)
Indicates that a TrackingOptions object already exists in the specified configuration set.
|
TrackingOptionsAlreadyExistsException |
withConfigurationSetName(String configurationSetName)
Indicates that a TrackingOptions object already exists in the specified configuration set.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TrackingOptionsAlreadyExistsException(String message)
message
- Describes the error encountered.public void setConfigurationSetName(String configurationSetName)
Indicates that a TrackingOptions object already exists in the specified configuration set.
configurationSetName
- Indicates that a TrackingOptions object already exists in the specified configuration set.public String getConfigurationSetName()
Indicates that a TrackingOptions object already exists in the specified configuration set.
public TrackingOptionsAlreadyExistsException withConfigurationSetName(String configurationSetName)
Indicates that a TrackingOptions object already exists in the specified configuration set.
configurationSetName
- Indicates that a TrackingOptions object already exists in the specified configuration set.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.