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
3001 3002 3003 3004 3005 |
# File 'lib/aws-sdk-ecr/types.rb', line 3001 class LifecyclePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |