The receipt handle is not valid for the current version.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidIdFormat")) return null; InvalidIdFormatException e = (InvalidIdFormatException)super.unmarshall(node); return e; }