Class: Aws::LakeFormation::Types::TransactionCommittedException

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

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


3472
3473
3474
3475
3476
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3472

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