Class: Aws::ECR::Types::ReferencedImagesNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ReferencedImagesNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The manifest list is referencing an image that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3347 3348 3349 3350 3351 |
# File 'lib/aws-sdk-ecr/types.rb', line 3347 class ReferencedImagesNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |