:doc:`WorkSpaces <../../workspaces>` / Client / describe_account

****************
describe_account
****************



.. py:method:: WorkSpaces.Client.describe_account()

  

  Retrieves a list that describes the configuration of Bring Your Own License (BYOL) for the specified account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeAccount>`_  


  **Request Syntax**
  ::

    response = client.describe_account()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DedicatedTenancySupport': 'ENABLED'|'DISABLED',
          'DedicatedTenancyManagementCidrRange': 'string',
          'DedicatedTenancyAccountType': 'SOURCE_ACCOUNT'|'TARGET_ACCOUNT',
          'Message': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DedicatedTenancySupport** *(string) --* 

        The status of BYOL (whether BYOL is enabled or disabled).

        
      

      - **DedicatedTenancyManagementCidrRange** *(string) --* 

        The IP address range, specified as an IPv4 CIDR block, used for the management network interface.

         

        The management network interface is connected to a secure Amazon WorkSpaces management network. It is used for interactive streaming of the WorkSpace desktop to Amazon WorkSpaces clients, and to allow Amazon WorkSpaces to manage the WorkSpace.

        
      

      - **DedicatedTenancyAccountType** *(string) --* 

        The type of linked account.

        
      

      - **Message** *(string) --* 

        The text message to describe the status of BYOL.

        
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.AccessDeniedException`

  