ImportError for 'ImageNotFoundException' from ECR #3933
Labels
guidance
Question that needs advice or information.
response-requested
Waiting on additional information or feedback.
Describe the bug
Calling .describe_image() against an ECR registry works if the Docker Image tag exists but if it doesn't exists an 'ImageNotFoundException' should be handled.
Trying to import 'ImageNotFoundException' from 'botocore.exceptions' leads to an ImportError.
Expected Behavior
'ImageNotFoundException' should be available for import 'botocore.exceptions'.
Current Behavior
Trying to import 'ImageNotFoundException' from 'botocore.exceptions' leads to an ImportError.
Reproduction Steps
Create a Python script with the below and run it:
Possible Solution
No response
Additional Information/Context
No response
SDK version used
boto3 1.21.28 / botocore 1.24.28
Environment details (OS name and version, etc.)
mac OS Sonoma
The text was updated successfully, but these errors were encountered: