A specified subnet is already in use by another cluster.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SubnetAlreadyInUse")) return null; SubnetAlreadyInUseException e = (SubnetAlreadyInUseException)super.unmarshall(node); return e; }