Class: Aws::DynamoDB::Types::TableAlreadyExistsException

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

Overview

A target table with the specified name already exists.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7642
7643
7644
7645
# File 'lib/aws-sdk-dynamodb/types.rb', line 7642

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