:doc:`UserNotifications <../../notifications>` / Client / list_tags_for_resource

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



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

  

  Returns a list of tags for a specified Amazon Resource Name (ARN).

   

  For more information, see `Tagging your Amazon Web Services resources <https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html>`__ in the *Tagging Amazon Web Services Resources User Guide*.

   

  .. note::

    

    This is only supported for ``NotificationConfigurations``.

    

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/notifications-2018-05-10/ListTagsForResource>`_  


  **Request Syntax**
  ::

    response = client.list_tags_for_resource(
        arn='string'
    )
    
  :type arn: string
  :param arn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) to use to list tags.

    

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

    
    ::

      {
          'tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **tags** *(dict) --* 

        A list of tags for the specified ARN.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`UserNotifications.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`UserNotifications.Client.exceptions.ValidationException`

  
  *   :py:class:`UserNotifications.Client.exceptions.InternalServerException`

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

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

  