Class: Aws::ECR::Types::ScanNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


3811
3812
3813
3814
3815
# File 'lib/aws-sdk-ecr/types.rb', line 3811

class ScanNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end