Exception: Fluent::KinesisHelper::ExceedMaxRecordSizeError

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

Instance Method Summary collapse

Constructor Details

#initialize(record) ⇒ ExceedMaxRecordSizeError

Returns a new instance of ExceedMaxRecordSizeError.



27
28
29
# File 'lib/fluent/plugin/kinesis_helper/error.rb', line 27

def initialize(record)
  super "Record size limit exceeded for #{record}"
end