:doc:`Chime <../../chime>` / Client / redact_room_message

*******************
redact_room_message
*******************



.. py:method:: Chime.Client.redact_room_message(**kwargs)

  

  Redacts the specified message from the specified Amazon Chime channel.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/RedactRoomMessage>`_  


  **Request Syntax**
  ::

    response = client.redact_room_message(
        AccountId='string',
        RoomId='string',
        MessageId='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Chime account ID.

    

  
  :type RoomId: string
  :param RoomId: **[REQUIRED]** 

    The room ID.

    

  
  :type MessageId: string
  :param MessageId: **[REQUIRED]** 

    The message ID.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.NotFoundException`

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

  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

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

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

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  