Class: Aws::ECR::Types::ImageNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageNotFoundException
- Includes:
- Structure
- Defined in:
- 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
2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-ecr/types.rb', line 2157 class ImageNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |