SSM / Client / delete_cloud_connector
delete_cloud_connector¶
- SSM.Client.delete_cloud_connector(**kwargs)¶
Deletes a cloud connector.
See also: AWS API Documentation
Request Syntax
response = client.delete_cloud_connector( CloudConnectorId='string' )
- Parameters:
CloudConnectorId (string) –
[REQUIRED]
The ID of the cloud connector to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'CloudConnectorId': 'string' }
Response Structure
(dict) –
CloudConnectorId (string) –
The ID of the cloud connector that was deleted.
Exceptions
SSM.Client.exceptions.InternalServerErrorSSM.Client.exceptions.ResourceNotFoundExceptionSSM.Client.exceptions.ConflictException