One or more subnets were not found.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SubnetNotFound")) return null; SubnetNotFoundException e = (SubnetNotFoundException)super.unmarshall(node); return e; }