Class: Aws::DynamoDB::Types::PolicyNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5865
5866
5867
5868
5869
# File 'lib/aws-sdk-dynamodb/types.rb', line 5865

class PolicyNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end