public class RuleSetDoesNotExistException extends AmazonServiceException
Indicates that the provided receipt rule set does not exist.
AmazonServiceException.ErrorType
Constructor and Description |
---|
RuleSetDoesNotExistException(java.lang.String message)
Constructs a new RuleSetDoesNotExistException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the name property for this object.
|
void |
setName(java.lang.String name)
Sets the value of name
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public RuleSetDoesNotExistException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new value for the name property for this object.Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.