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

Class ResourceLimitError

scripts/agents/devops/src/aws/base.py:87–91  ·  view source on GitHub ↗

Exception raised when AWS resource limits are exceeded.

Source from the content-addressed store, hash-verified

85
86
87class ResourceLimitError(AWSServiceError):
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 1

handle_errorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected