Class: Aws::ECRPublic::Types::ImageNotFoundException

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

Overview

The image requested doesn't exist in the specified repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


877
878
879
880
881
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 877

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