The standard Python Exception class exposes an args attribute, but that attribute is not included in the attribute summary table generated by autodocsumm.
The args attribute is in the list returned by dir(), and inspect.getmembers() returns it as well, so it is pretty officially there.