Indicates that a request parameter does not comply with the associated constraints.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidParameter")) return null; InvalidParameterException e = (InvalidParameterException)super.unmarshall(node); return e; }