CloudWatchInternetMonitor / Client / stop_query

stop_query#

CloudWatchInternetMonitor.Client.stop_query(**kwargs)#

Stop a query that is progress for a specific monitor.

See also: AWS API Documentation

Request Syntax

response = client.stop_query(
    MonitorName='string',
    QueryId='string'
)
Parameters:
  • MonitorName (string) –

    [REQUIRED]

    The name of the monitor.

  • QueryId (string) –

    [REQUIRED]

    The ID of the query that you want to stop. A QueryId is an internally-generated identifier for a specific query.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions