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