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`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The resource which is being requested does not exist.

Returns:

  • (String)


7501
7502
7503
7504
7505
# File 'lib/aws-sdk-dynamodb/types.rb', line 7501

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