Class: Aws::DynamoDB::Types::ResourceNotFoundException

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

Overview

The operation tried to access a nonexistent table or index. The resource might not be specified correctly, or its status might not be ‘ACTIVE`.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The resource which is being requested does not exist.

Returns:

  • (String)


6709
6710
6711
6712
# File 'lib/aws-sdk-dynamodb/types.rb', line 6709

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