Class: Aws::LakeFormation::Types::TransactionCanceledException

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 that was cancelled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


3054
3055
3056
3057
3058
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3054

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