:doc:`ECR <../../ecr>` / Client / deregister_pull_time_update_exclusion

*************************************
deregister_pull_time_update_exclusion
*************************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/DeregisterPullTimeUpdateExclusion>`_  


  **Request Syntax**
  ::

    response = client.deregister_pull_time_update_exclusion(
        principalArn='string'
    )
    
  :type principalArn: string
  :param principalArn: **[REQUIRED]** 

    The ARN of the IAM principal to remove from the pull time update exclusion list.

    

  
  
  :rtype: 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**
  
  *   :py:class:`ECR.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`ECR.Client.exceptions.ExclusionNotFoundException`

  
  *   :py:class:`ECR.Client.exceptions.LimitExceededException`

  
  *   :py:class:`ECR.Client.exceptions.ValidationException`

  
  *   :py:class:`ECR.Client.exceptions.ServerException`

  