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
3409 3410 3411 3412 3413 |
# File 'lib/aws-sdk-ecr/types.rb', line 3409 class ReferencedImagesNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |