Class: Aws::DynamoDB::Types::TransactionInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TransactionInProgressException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
The transaction with the given request token is already in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9848 9849 9850 9851 9852 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9848 class TransactionInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |