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