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