Class: Aws::Firehose::Errors::ConcurrentModificationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConcurrentModificationException.

Parameters:



50
51
52
# File 'lib/aws-sdk-firehose/errors.rb', line 50

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

Instance Method Details

#messageString

Returns:

  • (String)


55
# File 'lib/aws-sdk-firehose/errors.rb', line 55

def message: () -> ::String