Class: Aws::DynamoDB::Types::IndexNotFoundException

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

Overview

The operation tried to access a nonexistent index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4815
4816
4817
4818
4819
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4815

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