:doc:`QuickSight <../../quicksight>` / Client / describe_theme_alias

********************
describe_theme_alias
********************



.. py:method:: QuickSight.Client.describe_theme_alias(**kwargs)

  

  Describes the alias for a theme.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/quicksight-2018-04-01/DescribeThemeAlias>`_  


  **Request Syntax**
  ::

    response = client.describe_theme_alias(
        AwsAccountId='string',
        ThemeId='string',
        AliasName='string'
    )
    
  :type AwsAccountId: string
  :param AwsAccountId: **[REQUIRED]** 

    The ID of the Amazon Web Services account that contains the theme alias that you're describing.

    

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

    The ID for the theme.

    

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

    The name of the theme alias that you want to describe.

    

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

    
    ::

      {
          'ThemeAlias': {
              'Arn': 'string',
              'AliasName': 'string',
              'ThemeVersionNumber': 123
          },
          'Status': 123,
          'RequestId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ThemeAlias** *(dict) --* 

        Information about the theme alias.

        
        

        - **Arn** *(string) --* 

          The Amazon Resource Name (ARN) of the theme alias.

          
        

        - **AliasName** *(string) --* 

          The display name of the theme alias.

          
        

        - **ThemeVersionNumber** *(integer) --* 

          The version number of the theme alias.

          
    
      

      - **Status** *(integer) --* 

        The HTTP status of the request.

        
      

      - **RequestId** *(string) --* 

        The Amazon Web Services request ID for this operation.

        
  
  **Exceptions**
  
  *   :py:class:`QuickSight.Client.exceptions.ConflictException`

  
  *   :py:class:`QuickSight.Client.exceptions.InvalidParameterValueException`

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

  
  *   :py:class:`QuickSight.Client.exceptions.ThrottlingException`

  
  *   :py:class:`QuickSight.Client.exceptions.UnsupportedUserEditionException`

  
  *   :py:class:`QuickSight.Client.exceptions.InternalFailureException`

  