@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackingOptionsDoesNotExistException extends AmazonSimpleEmailServiceException
Indicates that the TrackingOptions object you specified does not exist.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
TrackingOptionsDoesNotExistException(String message)
Constructs a new TrackingOptionsDoesNotExistException with the specified error message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getConfigurationSetName()
 Indicates that a TrackingOptions object does not exist in the specified configuration set. 
 | 
void | 
setConfigurationSetName(String configurationSetName)
 Indicates that a TrackingOptions object does not exist in the specified configuration set. 
 | 
TrackingOptionsDoesNotExistException | 
withConfigurationSetName(String configurationSetName)
 Indicates that a TrackingOptions object does not exist in the specified configuration set. 
 | 
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 TrackingOptionsDoesNotExistException(String message)
message - Describes the error encountered.public void setConfigurationSetName(String configurationSetName)
Indicates that a TrackingOptions object does not exist in the specified configuration set.
configurationSetName - Indicates that a TrackingOptions object does not exist in the specified configuration set.public String getConfigurationSetName()
Indicates that a TrackingOptions object does not exist in the specified configuration set.
public TrackingOptionsDoesNotExistException withConfigurationSetName(String configurationSetName)
Indicates that a TrackingOptions object does not exist in the specified configuration set.
configurationSetName - Indicates that a TrackingOptions object does not exist in the specified configuration set.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.