public class RuleDoesNotExistException extends AmazonServiceException
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() |
void |
setName(String name) |
RuleDoesNotExistException |
withName(String name) |
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuleDoesNotExistException(String message)
message - Describes the error encountered.public void setName(String name)
name - public String getName()
public RuleDoesNotExistException withName(String name)
name - Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.