Class: Aws::LakeFormation::Types::TransactionCommitInProgressException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/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

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


3457
3458
3459
3460
3461
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3457

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