Class: Aws::LakeFormation::Types::TransactionCommitInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::TransactionCommitInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Contains details about an error related to a transaction commit that was in progress.
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.
3680 3681 3682 3683 3684 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3680 class TransactionCommitInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |