Class: Aws::ECR::Errors::PullThroughCacheRuleNotFoundException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ECR::Errors::PullThroughCacheRuleNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PullThroughCacheRuleNotFoundException
constructor
A new instance of PullThroughCacheRuleNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PullThroughCacheRuleNotFoundException
Returns a new instance of PullThroughCacheRuleNotFoundException.
474 475 476 |
# File 'lib/aws-sdk-ecr/errors.rb', line 474 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
479 |
# File 'lib/aws-sdk-ecr/errors.rb', line 479
def message: () -> ::String
|