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

Method __init__

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

Source from the content-addressed store, hash-verified

73 """Exception raised when input validation fails."""
74
75 def __init__(self, message: str):
76 super().__init__(message, "Check the input parameters and ensure they meet the requirements.")
77
78
79class RateLimitError(AWSServiceError):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected