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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8015
8016
8017
8018
# File 'lib/aws-sdk-dynamodb/types.rb', line 8015

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