Class: Aws::DynamoDB::Errors::TransactionCanceledException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::DynamoDB::Errors::TransactionCanceledException
- Defined in:
- sig/errors.rbs,
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.
565 566 567 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 565 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#cancellation_reasons ⇒ String
575 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 575
def cancellation_reasons: () -> ::String
|
#message ⇒ String
570 |
# File 'lib/aws-sdk-dynamodb/errors.rb', line 570
def message: () -> ::String
|