ECR / Client / deregister_pull_time_update_exclusion
deregister_pull_time_update_exclusion¶
- ECR.Client.deregister_pull_time_update_exclusion(**kwargs)¶
Removes a principal from the pull time update exclusion list for a registry. Once removed, Amazon ECR will resume updating the pull time if the specified principal pulls an image.
See also: AWS API Documentation
Request Syntax
response = client.deregister_pull_time_update_exclusion( principalArn='string' )
- Parameters:
principalArn (string) –
[REQUIRED]
The ARN of the IAM principal to remove from the pull time update exclusion list.
- Return type:
dict
- Returns:
Response Syntax
{ 'principalArn': 'string' }
Response Structure
(dict) –
principalArn (string) –
The ARN of the IAM principal that was removed from the pull time update exclusion list.
Exceptions
ECR.Client.exceptions.InvalidParameterExceptionECR.Client.exceptions.ExclusionNotFoundExceptionECR.Client.exceptions.LimitExceededExceptionECR.Client.exceptions.ValidationExceptionECR.Client.exceptions.ServerException