The specified job ID has been canceled and is no longer valid.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("CanceledJobIdException")) return null; CanceledJobIdException e = (CanceledJobIdException)super.unmarshall(node); return e; }