// marshaller understands.
String errorCode = parseErrorCode(node);
if (errorCode == null || !errorCode.equals("DBParameterGroupAlreadyExists"))
return null;
DBParameterGroupAlreadyExistsException e = (DBParameterGroupAlreadyExistsException)super.unmarshall(node);
return e;
}