@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventDestinationDoesNotExistException extends AmazonSimpleEmailServiceException
Indicates that the event destination does not exist.
AmazonServiceException.ErrorType
Constructor and Description |
---|
EventDestinationDoesNotExistException(String message)
Constructs a new EventDestinationDoesNotExistException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfigurationSetName() |
String |
getEventDestinationName() |
void |
setConfigurationSetName(String configurationSetName) |
void |
setEventDestinationName(String eventDestinationName) |
EventDestinationDoesNotExistException |
withConfigurationSetName(String configurationSetName) |
EventDestinationDoesNotExistException |
withEventDestinationName(String eventDestinationName) |
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 EventDestinationDoesNotExistException(String message)
message
- Describes the error encountered.public void setConfigurationSetName(String configurationSetName)
configurationSetName
- public String getConfigurationSetName()
public EventDestinationDoesNotExistException withConfigurationSetName(String configurationSetName)
configurationSetName
- public void setEventDestinationName(String eventDestinationName)
eventDestinationName
- public String getEventDestinationName()
public EventDestinationDoesNotExistException withEventDestinationName(String eventDestinationName)
eventDestinationName
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.