One or more required parameters was missing from the request.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("MissingParameterException")) return null; MissingParameterException e = (MissingParameterException)super.unmarshall(node); return e; }