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)


5916
5917
5918
5919
5920
# File 'lib/aws-sdk-dynamodb/types.rb', line 5916

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