Exception: Chef::Exceptions::Secret::Azure::IdentityNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Chef::Exceptions::Secret::Azure::IdentityNotFound
- Defined in:
- lib/chef/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ IdentityNotFound
constructor
A new instance of IdentityNotFound.
Constructor Details
#initialize ⇒ IdentityNotFound
Returns a new instance of IdentityNotFound.
314 315 316 317 318 |
# File 'lib/chef/exceptions.rb', line 314 def initialize super("The managed identity could not be found. This could mean one of the following things:\n\n" \ " 1. The VM has no system or user assigned identities.\n" \ " 2. The managed identity object_id or client_id that was specified is not assigned to the VM.\n") end |