Class: Aws::ECR::Types::LifecyclePolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyNotFoundException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-ecr/types.rb', line 2597 class LifecyclePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |