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)


8485
8486
8487
8488
8489
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8485

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