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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4038
4039
4040
4041
# File 'lib/aws-sdk-dynamodb/types.rb', line 4038

class IndexNotFoundException < Struct.new(
  :message)
  include Aws::Structure
end