@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, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.