Class: Aws::ECR::Types::ImageArchivedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

The specified image is archived and cannot be scanned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2260
2261
2262
2263
2264
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2260

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