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

Class DataNotFoundError

awscli/botocore/exceptions.py:48–55  ·  view source on GitHub ↗

The data associated with a particular path could not be loaded. :ivar data_path: The data path that the user attempted to load.

Source from the content-addressed store, hash-verified

46
47
48class DataNotFoundError(BotoCoreError):
49 """
50 The data associated with a particular path could not be loaded.
51
52 :ivar data_path: The data path that the user attempted to load.
53 """
54
55 fmt = 'Unable to load data for: {data_path}'
56
57
58class UnknownServiceError(DataNotFoundError):

Calls

no outgoing calls