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