ControlTower / Client / reset_enabled_baseline
reset_enabled_baseline#
- ControlTower.Client.reset_enabled_baseline(**kwargs)#
Re-enables an
EnabledBaseline
resource. For example, this API can re-apply the existingBaseline
after a new member account is moved to the target OU.See also: AWS API Documentation
Request Syntax
response = client.reset_enabled_baseline( enabledBaselineIdentifier='string' )
- Parameters:
enabledBaselineIdentifier (string) –
[REQUIRED]
Specifies the ID of the
EnabledBaseline
resource to be re-enabled, in ARN format.- Return type:
dict
- Returns:
Response Syntax
{ 'operationIdentifier': 'string' }
Response Structure
(dict) –
operationIdentifier (string) –
The ID (in UUID format) of the asynchronous
ResetEnabledBaseline
operation. ThisoperationIdentifier
is used to track status through calls to theGetBaselineOperation
API.
Exceptions
ControlTower.Client.exceptions.ValidationException
ControlTower.Client.exceptions.ConflictException
ControlTower.Client.exceptions.ServiceQuotaExceededException
ControlTower.Client.exceptions.InternalServerException
ControlTower.Client.exceptions.AccessDeniedException
ControlTower.Client.exceptions.ThrottlingException
ControlTower.Client.exceptions.ResourceNotFoundException