class Aws::S3::EventStreams::SelectObjectContentEventStream

def on_error_event(&block)

def on_error_event(&block)
  @event_emitter.on(:error, block) if block_given?
end