An adjacency_list doesn't have an edge index associated with it, only a vertex index. Which is quite logical once you think about how the graph is stored.
To have an edge index, you need to manually add it to the graph description, and then manually handle it.