:doc:`Shield <../../shield>` / Client / disassociate_drt_log_bucket

***************************
disassociate_drt_log_bucket
***************************



.. py:method:: Shield.Client.disassociate_drt_log_bucket(**kwargs)

  

  Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/DisassociateDRTLogBucket>`_  


  **Request Syntax**
  ::

    response = client.disassociate_drt_log_bucket(
        LogBucket='string'
    )
    
  :type LogBucket: string
  :param LogBucket: **[REQUIRED]** 

    The Amazon S3 bucket that contains the logs that you want to share.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Shield.Client.exceptions.InternalErrorException`

  
  *   :py:class:`Shield.Client.exceptions.InvalidOperationException`

  
  *   :py:class:`Shield.Client.exceptions.NoAssociatedRoleException`

  
  *   :py:class:`Shield.Client.exceptions.AccessDeniedForDependencyException`

  
  *   :py:class:`Shield.Client.exceptions.OptimisticLockException`

  
  *   :py:class:`Shield.Client.exceptions.ResourceNotFoundException`

  