class AWS::Record::LengthValidator

def wrong_length exactly, got

def wrong_length exactly, got
  msg = options[:wrong_length] || 
    "is the wrong length (should be %{exactly} characters)"
  interpolate(msg, :exactly => exactly, :length => got)
end