Class: Aws::DynamoDB::Types::TableNotFoundException

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

Overview

A source table with the name ‘TableName` does not currently exist within the subscriber’s account or the subscriber is operating in the wrong Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8814
8815
8816
8817
8818
# File 'lib/aws-sdk-dynamodb/types.rb', line 8814

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