Class: Aws::ECR::Types::ScanNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ScanNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The specified image scan could not be found. Ensure that image scanning is enabled on the repository and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3834 3835 3836 3837 3838 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3834 class ScanNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |