Exception: Fluent::Plugin::KinesisOutput::KeyNotFoundError

Inherits:
SkipRecordError
  • Object
show all
Defined in:
lib/fluent/plugin/kinesis.rb

Instance Method Summary collapse

Methods inherited from SkipRecordError

#to_s

Constructor Details

#initialize(key, record) ⇒ KeyNotFoundError

Returns a new instance of KeyNotFoundError.



42
43
44
# File 'lib/fluent/plugin/kinesis.rb', line 42

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