ResilienceHubV2 / Client / delete_system

delete_system

ResilienceHubV2.Client.delete_system(**kwargs)

Deletes a system.

See also: AWS API Documentation

Request Syntax

response = client.delete_system(
    systemArn='string'
)
Parameters:

systemArn (string) –

[REQUIRED]

ARN identifier.

Return type:

dict

Returns:

Response Syntax

{
    'systemArn': 'string'
}

Response Structure

  • (dict) –

    • systemArn (string) –

      ARN identifier.

Exceptions

  • ResilienceHubV2.Client.exceptions.InternalServerException

  • ResilienceHubV2.Client.exceptions.ResourceNotFoundException

  • ResilienceHubV2.Client.exceptions.ValidationException

  • ResilienceHubV2.Client.exceptions.ConflictException

  • ResilienceHubV2.Client.exceptions.AccessDeniedException