keystoneauth1.exceptions.service_providers module

exception keystoneauth1.exceptions.service_providers.ServiceProviderNotFound(sp_id: str)

Bases: keystoneauth1.exceptions.base.ClientException

A Service Provider cannot be found.

__doc__ = 'A Service Provider cannot be found.'
__init__(sp_id: str)

Initialize self. See help(type(self)) for accurate signature.

__module__ = 'keystoneauth1.exceptions.service_providers'