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()
Indicates that the named receipt rule set does not exist.
|
void |
setName(java.lang.String name)
Indicates that the named receipt rule set does not exist.
|
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()
Indicates that the named receipt rule set does not exist.
Indicates that the named receipt rule set does not exist.
public void setName(java.lang.String name)
Indicates that the named receipt rule set does not exist.
name
- Indicates that the named receipt rule set does not exist.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.