Class: Aws::ECRPublic::Types::ReferencedImagesNotFoundException

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

Overview

The manifest list is referencing an image that doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1356
1357
1358
1359
1360
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1356

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