The specified configuration file could not be found. :ivar path: The path to the configuration file.
| 301 | |
| 302 | |
| 303 | class ConfigNotFound(BotoCoreError): |
| 304 | """ |
| 305 | The specified configuration file could not be found. |
| 306 | |
| 307 | :ivar path: The path to the configuration file. |
| 308 | """ |
| 309 | |
| 310 | fmt = 'The specified config file ({path}) could not be found.' |
| 311 | |
| 312 | |
| 313 | class MissingParametersError(BotoCoreError): |
no outgoing calls
no test coverage detected