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