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

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ EventPayloadLengthExceedError

Returns a new instance of EventPayloadLengthExceedError.



36
37
38
# File 'gems/aws-eventstream/lib/aws-eventstream/errors.rb', line 36

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