delete_registry_policy
()¶Deletes the registry permissions policy.
See also: AWS API Documentation
Request Syntax
response = client.delete_registry_policy()
{
'registryId': 'string',
'policyText': 'string'
}
Response Structure
The registry ID associated with the request.
The contents of the registry permissions policy that was deleted.
Exceptions
ECR.Client.exceptions.ServerException
ECR.Client.exceptions.InvalidParameterException
ECR.Client.exceptions.RegistryPolicyNotFoundException
ECR.Client.exceptions.ValidationException