ControlTower / Client / reset_enabled_control

reset_enabled_control#

ControlTower.Client.reset_enabled_control(**kwargs)#

Resets an enabled control.

See also: AWS API Documentation

Request Syntax

response = client.reset_enabled_control(
    enabledControlIdentifier='string'
)
Parameters:

enabledControlIdentifier (string) –

[REQUIRED]

The ARN of the enabled control to be reset.

Return type:

dict

Returns:

Response Syntax

{
    'operationIdentifier': 'string'
}

Response Structure

  • (dict) –

    • operationIdentifier (string) –

      The operation identifier for this ResetEnabledControl operation.

Exceptions