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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


8347
8348
8349
8350
8351
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8347

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