Class PolicyNotFoundException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PolicyNotFoundException.Builder,PolicyNotFoundException>

@Generated("software.amazon.awssdk:codegen") public final class PolicyNotFoundException extends DynamoDbException implements ToCopyableBuilder<PolicyNotFoundException.Builder,PolicyNotFoundException>

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.

See Also: