MCPcopy Create free account
hub / github.com/agenticsorg/edge-agents / __init__

Method __init__

scripts/agents/devops/src/aws/base.py:90–91  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

88 """Exception raised when AWS resource limits are exceeded."""
89
90 def __init__(self, message: str):
91 super().__init__(message, "Request a limit increase from AWS or delete unused resources.")
92
93
94class AWSBaseService:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected