Class: Aws::DynamoDB::Types::GlobalTableAlreadyExistsException

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

Overview

The specified global table already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4141
4142
4143
4144
4145
# File 'lib/aws-sdk-dynamodb/types.rb', line 4141

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