ControlTower / Client / reset_enabled_baseline
reset_enabled_baseline#
- ControlTower.Client.reset_enabled_baseline(**kwargs)#
- Re-enables an - EnabledBaselineresource. For example, this API can re-apply the existing- Baselineafter a new member account is moved to the target OU. For usage examples, see the Amazon Web Services Control Tower User Guide.- See also: AWS API Documentation - Request Syntax- response = client.reset_enabled_baseline( enabledBaselineIdentifier='string' ) - Parameters:
- enabledBaselineIdentifier (string) – - [REQUIRED] - Specifies the ID of the - EnabledBaselineresource 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 - ResetEnabledBaselineoperation. This- operationIdentifieris used to track status through calls to the- GetBaselineOperationAPI.
 
 
 - 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