The JOBID was missing, not found, or not associated with the AWS account.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidJobIdException")) return null; InvalidJobIdException e = (InvalidJobIdException)super.unmarshall(node); return e; }