Class: Aws::ECR::Errors::ImageNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ecr/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ImageNotFoundException

Returns a new instance of ImageNotFoundException.

Parameters:



125
126
127
# File 'lib/aws-sdk-ecr/errors.rb', line 125

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


130
131
132
# File 'lib/aws-sdk-ecr/errors.rb', line 130

def message
  @message || @data[:message]
end