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

Class ConfigurationErrorHandler

awscli/errorhandler.py:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316class ConfigurationErrorHandler(FilteredExceptionHandler):
317 EXCEPTIONS_TO_HANDLE = ConfigurationError
318 RC = CONFIGURATION_ERROR_RC
319
320 def _extract_error_info(self, exception):
321 return {'Code': 'Configuration', 'Message': str(exception)}
322
323
324class NoRegionErrorHandler(FilteredExceptionHandler):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected