public class RuleSetDoesNotExistException extends AmazonSimpleEmailServiceException
Indicates that the provided receipt rule set does not exist.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
RuleSetDoesNotExistException(String message)
Constructs a new RuleSetDoesNotExistException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String name) |
RuleSetDoesNotExistException |
withName(String name) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuleSetDoesNotExistException(String message)
message - Describes the error encountered.public void setName(String name)
name - public String getName()
public RuleSetDoesNotExistException withName(String name)
name - Copyright © 2016. All rights reserved.