Class: Aws::DynamoDB::Types::GlobalTableNotFoundException

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

Overview

The specified global table does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4729
4730
4731
4732
4733
# File 'lib/aws-sdk-dynamodb/types.rb', line 4729

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