:doc:`ElasticLoadBalancingv2 <../../elbv2>` / Client / delete_shared_trust_store_association

*************************************
delete_shared_trust_store_association
*************************************



.. py:method:: ElasticLoadBalancingv2.Client.delete_shared_trust_store_association(**kwargs)

  

  Deletes a shared trust store association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/DeleteSharedTrustStoreAssociation>`_  


  **Request Syntax**
  ::

    response = client.delete_shared_trust_store_association(
        TrustStoreArn='string',
        ResourceArn='string'
    )
    
  :type TrustStoreArn: string
  :param TrustStoreArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the trust store.

    

  
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the resource.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.TrustStoreNotFoundException`

  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.DeleteAssociationSameAccountException`

  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.TrustStoreAssociationNotFoundException`

  