@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PolicyNotFoundException extends AmazonDynamoDBException
The operation tried to access a nonexistent resource-based policy.
If you specified an ExpectedRevisionId, it's possible that a policy is present for the resource but its
revision ID didn't match the expected value.
AmazonServiceException.ErrorType | Constructor and Description |
|---|
PolicyNotFoundException (String message)
Constructs a new PolicyNotFoundException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode isRetryable addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString public PolicyNotFoundException(String message)
message - Describes the error encountered.