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.
530 531 532 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 530 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#cancellation_reasons ⇒ String
540 541 542 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 540 def cancellation_reasons @data[:cancellation_reasons] end |
#message ⇒ String
535 536 537 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 535 def @message || @data[:message] end |