:doc:`MediaConvert <../../mediaconvert>` / Client / list_tags_for_resource

**********************
list_tags_for_resource
**********************



.. py:method:: MediaConvert.Client.list_tags_for_resource(**kwargs)

  Retrieve the tags for a MediaConvert resource.

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ListTagsForResource>`_  


  **Request Syntax**
  ::

    response = client.list_tags_for_resource(
        Arn='string'
    )
    
  :type Arn: string
  :param Arn: **[REQUIRED]** The Amazon Resource Name (ARN) of the resource that you want to list tags for. To get the ARN, send a GET request with the resource name.

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

    
    ::

      {
          'ResourceTags': {
              'Arn': 'string',
              'Tags': {
                  'string': 'string'
              }
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ResourceTags** *(dict) --* The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.
        

        - **Arn** *(string) --* The Amazon Resource Name (ARN) of the resource.
        

        - **Tags** *(dict) --* The tags for the resource.
          

          - *(string) --* 
            

            - *(string) --* 
      
    
    
  
  **Exceptions**
  
  *   :py:class:`MediaConvert.Client.exceptions.BadRequestException`

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

  
  *   :py:class:`MediaConvert.Client.exceptions.ServiceQuotaExceededException`

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

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

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

  
  *   :py:class:`MediaConvert.Client.exceptions.ConflictException`

  