This exception is thrown when an expected value does not match what was found in the system.
A condition specified in the operation could not be evaluated.
313233343536373839
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("ConditionalCheckFailedException")) return null; ConditionalCheckFailedException e = (ConditionalCheckFailedException)super.unmarshall(json); return e; }
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { ConditionalCheckFailedException e = (ConditionalCheckFailedException)super.unmarshall(json); e.setErrorCode("ConditionalCheckFailedException"); return e; }
31323334353637383940