Source code for auto_proxy_vpn.providers.aws.aws_exceptions

[docs] class AwsUnauthorizedOperationError(Exception): def __init__(self, *args): super().__init__(*args)