Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/kubernetes-client/python
/ ForbiddenException
Class
ForbiddenException
kubernetes/client/exceptions.py:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
142
143
class
ForbiddenException(ApiException):
144
145
def
__init__(self, status=None, reason=None, http_resp=None):
146
super(ForbiddenException, self).__init__(status, reason, http_resp)
147
148
149
class
ServiceException(ApiException):
Callers
1
request
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected