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