Class: Aws::DynamoDB::Types::TransactionConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TransactionConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Operation was rejected because there is an ongoing transaction for the item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9534 9535 9536 9537 9538 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9534 class TransactionConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |