redact_room_message(**kwargs)¶Redacts the specified message from the specified Amazon Chime channel.
See also: AWS API Documentation
Request Syntax
response = client.redact_room_message(
AccountId='string',
RoomId='string',
MessageId='string'
)
[REQUIRED]
The Amazon Chime account ID.
[REQUIRED]
The room ID.
[REQUIRED]
The message ID.
dict
Response Syntax
{}
Response Structure
Exceptions
Chime.Client.exceptions.NotFoundExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException