drs / Client / delete_source_server

delete_source_server#

drs.Client.delete_source_server(**kwargs)#

Deletes a single Source Server by ID. The Source Server must be disconnected first.

See also: AWS API Documentation

Request Syntax

response = client.delete_source_server(
    sourceServerID='string'
)
Parameters:

sourceServerID (string) –

[REQUIRED]

The ID of the Source Server to be deleted.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • drs.Client.exceptions.ResourceNotFoundException

  • drs.Client.exceptions.InternalServerException

  • drs.Client.exceptions.ConflictException

  • drs.Client.exceptions.ThrottlingException

  • drs.Client.exceptions.UninitializedAccountException