class Aws::ParamValidator

def expected_got(context, expected, got)

def expected_got(context, expected, got)
  EXPECTED_GOT % [context, expected, got.inspect, got.class.name]
end