Class: Aws::DynamoDB::Types::TransactionConflictException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9065
9066
9067
9068
9069
# File 'lib/aws-sdk-dynamodb/types.rb', line 9065

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