Method: Aws::DynamoDB::Types::PolicyNotFoundException#message

Defined in:
lib/aws-sdk-dynamodb/types.rb

#messageString

Returns:

  • (String)


5947
5948
5949
5950
5951
# File 'lib/aws-sdk-dynamodb/types.rb', line 5947

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