Exception: Aws::EventStream::Errors::EventPayloadLengthExceedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Aws::EventStream::Errors::EventPayloadLengthExceedError
- Defined in:
- gems/aws-eventstream/lib/aws-eventstream/errors.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ EventPayloadLengthExceedError
constructor
A new instance of EventPayloadLengthExceedError.
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 |