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)


2219
2220
2221
2222
2223
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2219

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