class Chef::Exceptions::Secret::Azure::IdentityNotFound

Public Class Methods

new() click to toggle source
Calls superclass method
# 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