Class: Aws::LakeFormation::Types::TransactionCanceledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::TransactionCanceledException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#message ⇒ String
A message describing the error.
3665 3666 3667 3668 3669 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3665 class TransactionCanceledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |