The request was rejected because it attempted to reference a resource that does not exist.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("ResourceNotFound")) return null; ResourceNotFoundException e = (ResourceNotFoundException)super.unmarshall(node); return e; }
363738394041424344