MCPcopy Index your code
hub / github.com/aws/aws-cli / UnknownServiceError

Class UnknownServiceError

awscli/botocore/exceptions.py:58–68  ·  view source on GitHub ↗

Raised when trying to load data for an unknown service. :ivar service_name: The name of the unknown service.

Source from the content-addressed store, hash-verified

56
57
58class UnknownServiceError(DataNotFoundError):
59 """Raised when trying to load data for an unknown service.
60
61 :ivar service_name: The name of the unknown service.
62
63 """
64
65 fmt = (
66 "Unknown service: '{service_name}'. Valid service names are: "
67 "{known_service_names}"
68 )
69
70
71class UnknownRegionError(BotoCoreError):

Callers 1

load_service_modelMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected