/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ moto
/ applicationautoscaling
/ exceptions.py
Run
Starting...
Stop
View File
Save
from moto.core.exceptions import JsonRESTError class AWSValidationException(JsonRESTError): def __init__(self, message: str) -> None: super().__init__("ValidationException", message)
Memory