keystoneauth1.exceptions.response module

exception keystoneauth1.exceptions.response.InvalidResponse(response: Response)

Bases: ClientException

__annotations__ = {}
__doc__ = None
__firstlineno__ = 21
__init__(response: Response)
__module__ = 'keystoneauth1.exceptions.response'
__static_attributes__ = ('response',)
message = 'Invalid response from server.'