CloudWatchOmni / Client / delete_view

delete_view

CloudWatchOmni.Client.delete_view(**kwargs)

Deletes the specified view.

Queries that reference the view fail after it is deleted. Managed views cannot be deleted.

See also: AWS API Documentation

Request Syntax

response = client.delete_view(
    name='string'
)
Parameters:

name (string) –

[REQUIRED]

The name of the view to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions