# File lib/aws/record/validators/count.rb, line 89
      def too_many max, got
        msg = options[:too_many] || "has too many values (maximum is %{maximum})"
        interpolate(msg, :maximum => max, :count => got)
      end