:doc:`EC2 <../../ec2>` / Client / get_verified_access_group_policy

********************************
get_verified_access_group_policy
********************************



.. py:method:: EC2.Client.get_verified_access_group_policy(**kwargs)

  

  Shows the contents of the Verified Access policy associated with the group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetVerifiedAccessGroupPolicy>`_  


  **Request Syntax**
  ::

    response = client.get_verified_access_group_policy(
        VerifiedAccessGroupId='string',
        DryRun=True|False
    )
    
  :type VerifiedAccessGroupId: string
  :param VerifiedAccessGroupId: **[REQUIRED]** 

    The ID of the Verified Access group.

    

  
  :type DryRun: boolean
  :param DryRun: 

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ``DryRunOperation``. Otherwise, it is ``UnauthorizedOperation``.

    

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

    
    ::

      {
          'PolicyEnabled': True|False,
          'PolicyDocument': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **PolicyEnabled** *(boolean) --* 

        The status of the Verified Access policy.

        
      

      - **PolicyDocument** *(string) --* 

        The Verified Access policy document.

        
  