You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!AllowUserForceStopVm.valueIn(callingAccountId)) {
5525
5526
logger.error("Parameter [{}] can only be passed by Admin accounts or when the allow.user.force.stop.vm config is true for the account.", ApiConstants.FORCED);
5526
5527
throw new PermissionDeniedException("Account does not have the permission to force stop the vm.");
0 commit comments