Class: Aws::ECRPublic::Types::ReferencedImagesNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::ReferencedImagesNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
The manifest list is referencing an image that doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1356 class ReferencedImagesNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |