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