Class: Aws::ECR::Types::ReferencedImagesNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ReferencedImagesNotFoundException
- Defined in:
- gems/aws-sdk-ecr/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
3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3353 class ReferencedImagesNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |