:doc:`MQ <../../mq>` / Client / create_tags

***********
create_tags
***********



.. py:method:: MQ.Client.create_tags(**kwargs)

  

  Add a tag to a resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mq-2017-11-27/CreateTags>`_  


  **Request Syntax**
  ::

    response = client.create_tags(
        ResourceArn='string',
        Tags={
            'string': 'string'
        }
    )
    
  :type ResourceArn: string
  :param ResourceArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the resource tag.

    

  
  :type Tags: dict
  :param Tags: 

    The key-value pair for the resource tag.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  
  :returns: None
  **Exceptions**
  
  *   :py:class:`MQ.Client.exceptions.NotFoundException`

  
  *   :py:class:`MQ.Client.exceptions.BadRequestException`

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

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

  