MCPcopy Index your code
hub / github.com/aws/aws-cli / _get_formatted_message

Method _get_formatted_message

awscli/errorhandler.py:276–277  ·  view source on GitHub ↗
(self, error_info, exception)

Source from the content-addressed store, hash-verified

274 return self.RC
275
276 def _get_formatted_message(self, error_info, exception):
277 return str(exception)
278
279 def _extract_error_info(self, exception):
280 error_response = self._extract_error_response(exception)

Callers 1

_do_handle_exceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected