failed_count

in lib/fluent/plugin/kinesis_helper/api.rb [111:118]


      def failed_count(res)
        failed_field = case request_type
                       when :streams;  :failed_record_count
                       when :firehose; :failed_put_count
                       end
        res[failed_field]
      end