Class: Aws::ECR::Errors::LifecyclePolicyPreviewNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::LifecyclePolicyPreviewNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LifecyclePolicyPreviewNotFoundException
constructor
A new instance of LifecyclePolicyPreviewNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LifecyclePolicyPreviewNotFoundException
Returns a new instance of LifecyclePolicyPreviewNotFoundException.
429 430 431 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 429 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
434 435 436 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 434 def @message || @data[:message] end |