The requested subnet is being used by another cache subnet group.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("SubnetInUse")) return null; SubnetInUseException e = (SubnetInUseException)super.unmarshall(node); return e; }