drs / Client / delete_source_network

delete_source_network#

drs.Client.delete_source_network(**kwargs)#

Delete Source Network resource.

See also: AWS API Documentation

Request Syntax

response = client.delete_source_network(
    sourceNetworkID='string'
)
Parameters:

sourceNetworkID (string) –

[REQUIRED]

ID of the Source Network to delete.

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