Class: Aws::LakeFormation::Errors::TransactionCanceledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LakeFormation::Errors::TransactionCanceledException
- Defined in:
- lib/aws-sdk-lakeformation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransactionCanceledException
constructor
A new instance of TransactionCanceledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransactionCanceledException
Returns a new instance of TransactionCanceledException.
278 279 280 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 278 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
283 284 285 |
# File 'lib/aws-sdk-lakeformation/errors.rb', line 283 def @message || @data[:message] end |