Class: Aws::ECR::Types::LifecyclePolicyPreviewInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LifecyclePolicyPreviewInProgressException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The previous lifecycle policy preview request has not completed. Wait and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2625 2626 2627 2628 2629 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2625 class LifecyclePolicyPreviewInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |