Class: Aws::DynamoDB::Errors::TransactionCanceledException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DynamoDB::Errors::TransactionCanceledException
- Defined in:
- gems/aws-sdk-dynamodb/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.
498 499 500 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 498 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#cancellation_reasons ⇒ String
508 509 510 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 508 def cancellation_reasons @data[:cancellation_reasons] end |
#message ⇒ String
503 504 505 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 503 def @message || @data[:message] end |