public class EventDestinationAlreadyExistsException extends AmazonServiceException
Indicates that the event destination could not be created because of a naming conflict.
AmazonServiceException.ErrorType
Constructor and Description |
---|
EventDestinationAlreadyExistsException(java.lang.String message)
Constructs a new EventDestinationAlreadyExistsException with the
specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigurationSetName()
Indicates that the configuration set does not exist.
|
java.lang.String |
getEventDestinationName()
Indicates that the event destination does not exist.
|
void |
setConfigurationSetName(java.lang.String configurationSetName)
Indicates that the configuration set does not exist.
|
void |
setEventDestinationName(java.lang.String eventDestinationName)
Indicates that the event destination does not exist.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public EventDestinationAlreadyExistsException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getConfigurationSetName()
Indicates that the configuration set does not exist.
Indicates that the configuration set does not exist.
public void setConfigurationSetName(java.lang.String configurationSetName)
Indicates that the configuration set does not exist.
configurationSetName
- Indicates that the configuration set does not exist.
public java.lang.String getEventDestinationName()
Indicates that the event destination does not exist.
Indicates that the event destination does not exist.
public void setEventDestinationName(java.lang.String eventDestinationName)
Indicates that the event destination does not exist.
eventDestinationName
- Indicates that the event destination does not exist.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.