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