Class: Aws::ECR::Errors::RepositoryNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::RepositoryNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryNotFoundException
constructor
A new instance of RepositoryNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RepositoryNotFoundException
Returns a new instance of RepositoryNotFoundException.
467 468 469 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 467 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
472 473 474 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 472 def @message || @data[:message] end |