redact_conversation_message

Chime.Client.redact_conversation_message(**kwargs)

Redacts the specified message from the specified Amazon Chime conversation.

See also: AWS API Documentation

Request Syntax

response = client.redact_conversation_message(
    AccountId='string',
    ConversationId='string',
    MessageId='string'
)
Parameters
  • AccountId (string) --

    [REQUIRED]

    The Amazon Chime account ID.

  • ConversationId (string) --

    [REQUIRED]

    The conversation ID.

  • MessageId (string) --

    [REQUIRED]

    The message ID.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • Chime.Client.exceptions.NotFoundException
  • Chime.Client.exceptions.ForbiddenException
  • Chime.Client.exceptions.UnauthorizedClientException
  • Chime.Client.exceptions.ThrottledClientException
  • Chime.Client.exceptions.BadRequestException
  • Chime.Client.exceptions.ServiceUnavailableException
  • Chime.Client.exceptions.ServiceFailureException