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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8120
8121
8122
8123
8124
# File 'lib/aws-sdk-dynamodb/types.rb', line 8120

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