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