Class: Aws::ECR::Errors::RepositoryNotFoundException

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) ⇒ RepositoryNotFoundException

Returns a new instance of RepositoryNotFoundException.

Parameters:



465
466
467
# File 'lib/aws-sdk-ecr/errors.rb', line 465

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

Instance Method Details

#messageString

Returns:

  • (String)


470
471
472
# File 'lib/aws-sdk-ecr/errors.rb', line 470

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