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

Method client_exceptions

awscli/botocore/docs/service.py:90–93  ·  view source on GitHub ↗
(self, section)

Source from the content-addressed store, hash-verified

88 ).document_client(section)
89
90 def client_exceptions(self, section):
91 ClientExceptionsDocumenter(
92 self._client, self._root_docs_path
93 ).document_exceptions(section)
94
95 def paginator_api(self, section):
96 try:

Callers 1

document_serviceMethod · 0.95

Calls 2

document_exceptionsMethod · 0.80

Tested by

no test coverage detected