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

**********************************
get_trust_store_revocation_content
**********************************



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

  

  Retrieves the specified revocation file.

   

  This action returns a pre-signed S3 URI which is active for ten minutes.

  

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


  **Request Syntax**
  ::

    response = client.get_trust_store_revocation_content(
        TrustStoreArn='string',
        RevocationId=123
    )
    
  :type TrustStoreArn: string
  :param TrustStoreArn: **[REQUIRED]** 

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

    

  
  :type RevocationId: integer
  :param RevocationId: **[REQUIRED]** 

    The revocation ID of the revocation file.

    

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

    
    ::

      {
          'Location': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Location** *(string) --* 

        The revocation files Amazon S3 URI.

        
  
  **Exceptions**
  
  *   :py:class:`ElasticLoadBalancingv2.Client.exceptions.TrustStoreNotFoundException`

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

  