Class: Aws::DynamoDB::Errors::TransactionCanceledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::TransactionCanceledException
- Defined in:
- lib/aws-sdk-dynamodb/errors.rb
Instance Method Summary collapse
- #cancellation_reasons ⇒ String
-
#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.
514 515 516 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 514 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#cancellation_reasons ⇒ String
524 525 526 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 524 def cancellation_reasons @data[:cancellation_reasons] end |
#message ⇒ String
519 520 521 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 519 def @message || @data[:message] end |