:doc:`Transfer <../../transfer>` / Client / describe_web_app_customization

******************************
describe_web_app_customization
******************************



.. py:method:: Transfer.Client.describe_web_app_customization(**kwargs)

  

  Describes the web app customization object that's identified by ``WebAppId``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transfer-2018-11-05/DescribeWebAppCustomization>`_  


  **Request Syntax**
  ::

    response = client.describe_web_app_customization(
        WebAppId='string'
    )
    
  :type WebAppId: string
  :param WebAppId: **[REQUIRED]** 

    Provide the unique identifier for the web app.

    

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

    
    ::

      {
          'WebAppCustomization': {
              'Arn': 'string',
              'WebAppId': 'string',
              'Title': 'string',
              'LogoFile': b'bytes',
              'FaviconFile': b'bytes'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **WebAppCustomization** *(dict) --* 

        Returns a structure that contains the details of the web app customizations.

        
        

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

          Returns the Amazon Resource Name (ARN) for the web app.

          
        

        - **WebAppId** *(string) --* 

          Returns the unique identifier for your web app.

          
        

        - **Title** *(string) --* 

          Returns the page title that you defined for your web app.

          
        

        - **LogoFile** *(bytes) --* 

          Returns a logo file data string (in base64 encoding).

          
        

        - **FaviconFile** *(bytes) --* 

          Returns an icon file data string (in base64 encoding).

          
    
  
  **Exceptions**
  
  *   :py:class:`Transfer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Transfer.Client.exceptions.InvalidRequestException`

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

  
  *   :py:class:`Transfer.Client.exceptions.InternalServiceError`

  
  *   :py:class:`Transfer.Client.exceptions.AccessDeniedException`

  