:doc:`MediaConnect <../../mediaconnect>` / Client / get_router_input_thumbnail

**************************
get_router_input_thumbnail
**************************



.. py:method:: MediaConnect.Client.get_router_input_thumbnail(**kwargs)

  

  Retrieves the thumbnail for a router input in AWS Elemental MediaConnect.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/GetRouterInputThumbnail>`_  


  **Request Syntax**
  ::

    response = client.get_router_input_thumbnail(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the router input that you want to see a thumbnail of.

    

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

    
    ::

      {
          'Arn': 'string',
          'Name': 'string',
          'ThumbnailDetails': {
              'ThumbnailMessages': [
                  {
                      'Code': 'string',
                      'Message': 'string'
                  },
              ],
              'Thumbnail': b'bytes',
              'Timecode': 'string',
              'Timestamp': datetime(2015, 1, 1)
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

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

        The ARN of the router input.

        
      

      - **Name** *(string) --* 

        The name of the router input.

        
      

      - **ThumbnailDetails** *(dict) --* 

        The details of the thumbnail associated with the router input, including the thumbnail image, timecode, timestamp, and any associated error messages.

        
        

        - **ThumbnailMessages** *(list) --* 

          The messages associated with the router input thumbnail.

          
          

          - *(dict) --* 

            A message associated with a router input, including a code and a message.

            
            

            - **Code** *(string) --* 

              The code associated with the router input message.

              
            

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

              The message text associated with the router input message.

              
        
      
        

        - **Thumbnail** *(bytes) --* 

          The thumbnail image, encoded as a Base64-encoded binary data object.

          
        

        - **Timecode** *(string) --* 

          The timecode associated with the thumbnail.

          
        

        - **Timestamp** *(datetime) --* 

          The timestamp associated with the thumbnail.

          
    
  
  **Exceptions**
  
  *   :py:class:`MediaConnect.Client.exceptions.BadRequestException`

  
  *   :py:class:`MediaConnect.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ForbiddenException`

  
  *   :py:class:`MediaConnect.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`MediaConnect.Client.exceptions.NotFoundException`

  
  *   :py:class:`MediaConnect.Client.exceptions.ServiceUnavailableException`

  