Exception: Aws::EventStream::Errors::IncompleteMessageError

Inherits:
RuntimeError
  • Object
show all
Defined in:
gems/aws-eventstream/lib/aws-eventstream/errors.rb

Overview

Raise when insufficient bytes of a message is received

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ IncompleteMessageError

Returns a new instance of IncompleteMessageError.



18
19
20
# File 'gems/aws-eventstream/lib/aws-eventstream/errors.rb', line 18

def initialize(*args)
  super('Not enough bytes for event message')
end