Class: Aws::ECR::Types::ImageNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECR::Types::ImageNotFoundException
 
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The image requested does not exist in the specified repository.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 2232 2233 2234 2235 2236 | # File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2232 class ImageNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |