Exception: Fluent::KinesisOutput::KeyNotFoundError
- Inherits:
-
SkipRecordError
- Object
- StandardError
- SkipRecordError
- Fluent::KinesisOutput::KeyNotFoundError
- Defined in:
- lib/fluent/plugin/kinesis.rb
Instance Method Summary collapse
-
#initialize(key, record) ⇒ KeyNotFoundError
constructor
A new instance of KeyNotFoundError.
Methods inherited from SkipRecordError
Constructor Details
#initialize(key, record) ⇒ KeyNotFoundError
Returns a new instance of KeyNotFoundError.
46 47 48 |
# File 'lib/fluent/plugin/kinesis.rb', line 46 def initialize(key, record) super "Key '#{key}' doesn't exist", record end |