The resource you are trying to access is unsupported on this Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.
31323334353637383940
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("IncompatibleVersionException")) return null; IncompatibleVersionException e = (IncompatibleVersionException)super.unmarshall(json); return e; }
313233343536373839
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { IncompatibleVersionException e = (IncompatibleVersionException)super.unmarshall(json); e.setErrorCode("IncompatibleVersionException"); return e; }
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("IncompatibleVersion")) return null; IncompatibleVersionException e = (IncompatibleVersionException)super.unmarshall(node); return e; }