reboot_broker

MQ.Client.reboot_broker(**kwargs)

Reboots a broker. Note: This API is asynchronous.

See also: AWS API Documentation

Request Syntax

response = client.reboot_broker(
    BrokerId='string'
)
Parameters
BrokerId (string) --

[REQUIRED]

The unique ID that Amazon MQ generates for the broker.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    HTTP Status Code 200: OK.

Exceptions

  • MQ.Client.exceptions.NotFoundException
  • MQ.Client.exceptions.BadRequestException
  • MQ.Client.exceptions.InternalServerErrorException
  • MQ.Client.exceptions.ForbiddenException