Class: Aws::ECR::Errors::RepositoryNotFoundException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ECR::Errors::RepositoryNotFoundException
- Defined in:
- sig/errors.rbs,
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.
549 550 551 |
# File 'lib/aws-sdk-ecr/errors.rb', line 549 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
554 |
# File 'lib/aws-sdk-ecr/errors.rb', line 554
def message: () -> ::String
|