Class: Aws::ECR::Types::ReferencedImagesNotFoundException

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

Overview

The manifest list is referencing an image that does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3014
3015
3016
3017
3018
# File 'lib/aws-sdk-ecr/types.rb', line 3014

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