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

***************************
redact_conversation_message
***************************



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

  

  Redacts the specified message from the specified Amazon Chime conversation.

  

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


  **Request Syntax**
  ::

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

    The Amazon Chime account ID.

    

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

    The conversation 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`

  