Exception: Aws::EventStream::Errors::EventPayloadLengthExceedError

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ EventPayloadLengthExceedError

Returns a new instance of EventPayloadLengthExceedError.



34
35
36
# File 'lib/aws-eventstream/errors.rb', line 34

def initialize(*args)
  super("Payload length of a message should be under 16mb.")
end