Exception: Msf::Exploit::Remote::HTTP::Kubernetes::Error::ForbiddenError
- Inherits:
-
ApiError
- Object
- StandardError
- ApiError
- Msf::Exploit::Remote::HTTP::Kubernetes::Error::ForbiddenError
- Defined in:
- lib/msf/core/exploit/remote/http/kubernetes/error.rb
Instance Attribute Summary
Attributes inherited from ApiError
Instance Method Summary collapse
-
#initialize(message: nil, res: nil) ⇒ ForbiddenError
constructor
A new instance of ForbiddenError.
Constructor Details
#initialize(message: nil, res: nil) ⇒ ForbiddenError
Returns a new instance of ForbiddenError.
34 35 36 |
# File 'lib/msf/core/exploit/remote/http/kubernetes/error.rb', line 34 def initialize(message: nil, res: nil) super(message: || "Kubernetes ForbiddenError - token does not have permission to access this resource", res: res) end |