Class: Aws::DynamoDB::Errors::TransactionCanceledException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-dynamodb/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TransactionCanceledException

Returns a new instance of TransactionCanceledException.

Parameters:



565
566
567
# File 'lib/aws-sdk-dynamodb/errors.rb', line 565

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#cancellation_reasonsString

Returns:

  • (String)


575
# File 'lib/aws-sdk-dynamodb/errors.rb', line 575

def cancellation_reasons: () -> ::String

#messageString

Returns:

  • (String)


570
# File 'lib/aws-sdk-dynamodb/errors.rb', line 570

def message: () -> ::String