Exception: Chef::Exceptions::Secret::Azure::IdentityNotFound

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeIdentityNotFound

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