MediaStore.Client.delete_lifecycle_policy(**kwargs)¶Removes an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.
See also: AWS API Documentation
Request Syntax
response = client.delete_lifecycle_policy(
    ContainerName='string'
)
[REQUIRED]
The name of the container that holds the object lifecycle policy.
{}
Response Structure
Exceptions
MediaStore.Client.exceptions.ContainerInUseExceptionMediaStore.Client.exceptions.ContainerNotFoundExceptionMediaStore.Client.exceptions.PolicyNotFoundExceptionMediaStore.Client.exceptions.InternalServerError