@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleDoesNotExistException extends AmazonSimpleEmailServiceException
Indicates that the provided receipt rule does not exist.
AmazonServiceException.ErrorType
Constructor and Description |
---|
RuleDoesNotExistException(String message)
Constructs a new RuleDoesNotExistException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Indicates that the named receipt rule does not exist.
|
void |
setName(String name)
Indicates that the named receipt rule does not exist.
|
RuleDoesNotExistException |
withName(String name)
Indicates that the named receipt rule 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 RuleDoesNotExistException(String message)
message
- Describes the error encountered.public void setName(String name)
Indicates that the named receipt rule does not exist.
name
- Indicates that the named receipt rule does not exist.public String getName()
Indicates that the named receipt rule does not exist.
public RuleDoesNotExistException withName(String name)
Indicates that the named receipt rule does not exist.
name
- Indicates that the named receipt rule does not exist.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.