Class: Aws::ECRPublic::Types::ImageNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::ImageNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
The image requested doesn’t exist in the specified repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
877 878 879 880 881 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 877 class ImageNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |