# File lib/aws/record/validators/length.rb, line 73
      def wrong_length exactly, got
        msg = options[:wrong_length] || 
          "is the wrong length (should be %{exactly} characters)"
        interpolate(msg, :exactly => exactly, :length => got)
      end