public class TrackingOptionsDoesNotExistException extends AmazonServiceException
Indicates that the TrackingOptions object you specified does not exist.
AmazonServiceException.ErrorType
Constructor and Description |
---|
TrackingOptionsDoesNotExistException(java.lang.String message)
Constructs a new TrackingOptionsDoesNotExistException with the specified
error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationSetName()
Indicates that a TrackingOptions object does not exist in the specified
configuration set.
|
void |
setConfigurationSetName(java.lang.String configurationSetName)
Indicates that a TrackingOptions object does not exist in the specified
configuration set.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public TrackingOptionsDoesNotExistException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getConfigurationSetName()
Indicates that a TrackingOptions object does not exist in the specified configuration set.
Indicates that a TrackingOptions object does not exist in the specified configuration set.
public void setConfigurationSetName(java.lang.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 © 2018 Amazon Web Services, Inc. All Rights Reserved.