MCPcopy Create free account
hub / github.com/aws/aws-cli / document_exceptions

Method document_exceptions

awscli/botocore/docs/client.py:236–240  ·  view source on GitHub ↗
(self, section)

Source from the content-addressed store, hash-verified

234 self._root_docs_path = root_docs_path
235
236 def document_exceptions(self, section):
237 self._add_title(section)
238 self._add_overview(section)
239 self._add_exceptions_list(section)
240 self._add_exception_classes()
241
242 def _add_title(self, section):
243 section.style.h2('Client Exceptions')

Callers 3

client_exceptionsMethod · 0.80

Calls 4

_add_titleMethod · 0.95
_add_overviewMethod · 0.95
_add_exceptions_listMethod · 0.95

Tested by 2