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
Long callingAccountId = callingAccount == null ? null : callingAccount.getId();
5551
5551
if (!AllowUserForceStopVm.valueIn(callingAccountId)) {
5552
5552
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);
5553
5553
throw new PermissionDeniedException("Account does not have the permission to force stop the vm.");
0 commit comments