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)) {
5608
5609
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);
5609
5610
throw new PermissionDeniedException("Account does not have the permission to force stop the vm.");
0 commit comments