Class: Aws::LakeFormation::Types::TransactionCommittedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::TransactionCommittedException
- Defined in:
- gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb
Overview
Contains details about an error where the specified transaction has
already been committed and cannot be used for UpdateTableObjects
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#message ⇒ String
A message describing the error.
3729 3730 3731 3732 3733 |
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3729 class TransactionCommittedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |