Exception: Fluent::Plugin::TimestreamOutput::EmptyValueError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/fluent/plugin/out_timestream.rb

Overview

Raise when measure has empty value

Instance Method Summary collapse

Constructor Details

#initialize(key_name = '') ⇒ EmptyValueError

Returns a new instance of EmptyValueError.



25
26
27
# File 'lib/fluent/plugin/out_timestream.rb', line 25

def initialize(key_name = '')
  super("measure has empty value. key name: #{key_name}")
end