CloudWatchOmni / Client / delete_space
delete_space¶
- CloudWatchOmni.Client.delete_space(**kwargs)¶
Removes a space and all of its resources.
See also: AWS API Documentation
Request Syntax
response = client.delete_space( spaceId='string' )
- Parameters:
spaceId (string) –
[REQUIRED]
The unique ID of the space to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CloudWatchOmni.Client.exceptions.ThrottlingExceptionCloudWatchOmni.Client.exceptions.ValidationExceptionCloudWatchOmni.Client.exceptions.AccessDeniedExceptionCloudWatchOmni.Client.exceptions.InternalServerException