Class: Aws::ECR::Types::ImageNotFoundException

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

Overview

The image requested does not exist in the specified repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1856
1857
1858
1859
1860
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1856

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