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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4648
4649
4650
4651
4652
# File 'lib/aws-sdk-dynamodb/types.rb', line 4648

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