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)


4236
4237
4238
4239
4240
# File 'lib/aws-sdk-dynamodb/types.rb', line 4236

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