keystoneauth1.exceptions.service_providers module

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

Bases: ClientException

A Service Provider cannot be found.

__annotations__ = {}
__doc__ = 'A Service Provider cannot be found.'
__init__(sp_id: str)
__module__ = 'keystoneauth1.exceptions.service_providers'