Class: Aws::DynamoDB::Types::TableInUseException

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

Overview

A target table with the specified name is either being created or deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8799
8800
8801
8802
8803
# File 'lib/aws-sdk-dynamodb/types.rb', line 8799

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