# File lib/aws/record/validators/count.rb, line 82
      def too_few min, got
        msg = options[:too_few] || "has too few values (minimum is %{minimum})"
        interpolate(msg, :minimum => min, :count => got)
      end