@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventDestinationAlreadyExistsException extends AmazonSimpleEmailServiceException
Indicates that the event destination could not be created because of a naming conflict.
AmazonServiceException.ErrorType
Constructor and Description |
---|
EventDestinationAlreadyExistsException(String message)
Constructs a new EventDestinationAlreadyExistsException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationSetName()
Indicates that the configuration set does not exist.
|
String |
getEventDestinationName()
Indicates that the event destination does not exist.
|
void |
setConfigurationSetName(String configurationSetName)
Indicates that the configuration set does not exist.
|
void |
setEventDestinationName(String eventDestinationName)
Indicates that the event destination does not exist.
|
EventDestinationAlreadyExistsException |
withConfigurationSetName(String configurationSetName)
Indicates that the configuration set does not exist.
|
EventDestinationAlreadyExistsException |
withEventDestinationName(String eventDestinationName)
Indicates that the event destination does not exist.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EventDestinationAlreadyExistsException(String message)
message
- Describes the error encountered.public void setConfigurationSetName(String configurationSetName)
Indicates that the configuration set does not exist.
configurationSetName
- Indicates that the configuration set does not exist.public String getConfigurationSetName()
Indicates that the configuration set does not exist.
public EventDestinationAlreadyExistsException withConfigurationSetName(String configurationSetName)
Indicates that the configuration set does not exist.
configurationSetName
- Indicates that the configuration set does not exist.public void setEventDestinationName(String eventDestinationName)
Indicates that the event destination does not exist.
eventDestinationName
- Indicates that the event destination does not exist.public String getEventDestinationName()
Indicates that the event destination does not exist.
public EventDestinationAlreadyExistsException withEventDestinationName(String eventDestinationName)
Indicates that the event destination does not exist.
eventDestinationName
- Indicates that the event destination does not exist.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.