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)


4773
4774
4775
4776
4777
# File 'lib/aws-sdk-dynamodb/types.rb', line 4773

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