Exception: Fluent::KinesisHelper::KeyNotFoundError

Inherits:
SkipRecordError show all
Defined in:
lib/fluent/plugin/kinesis_helper/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(key, record) ⇒ KeyNotFoundError

Returns a new instance of KeyNotFoundError.



21
22
23
# File 'lib/fluent/plugin/kinesis_helper/error.rb', line 21

def initialize(key, record)
  super "Key '#{key}' doesn't exist on #{record}"
end