Method: Aws::Firehose::Errors::ConcurrentModificationException#initialize
- Defined in:
- lib/aws-sdk-firehose/errors.rb
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException
Returns a new instance of ConcurrentModificationException.
50 51 52 |
# File 'lib/aws-sdk-firehose/errors.rb', line 50 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |