Class: Aws::ECR::Types::LifecyclePolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The lifecycle policy could not be found, and no policy is set to the repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2597 2598 2599 2600 2601 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2597 class LifecyclePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |