ControlTower / Client / reset_landing_zone
reset_landing_zone#
- ControlTower.Client.reset_landing_zone(**kwargs)#
This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in its original configuration.
See also: AWS API Documentation
Request Syntax
response = client.reset_landing_zone( landingZoneIdentifier='string' )
- Parameters:
landingZoneIdentifier (string) –
[REQUIRED]
The unique identifier of the landing zone.
- Return type:
dict
- Returns:
Response Syntax
{ 'operationIdentifier': 'string' }
Response Structure
(dict) –
operationIdentifier (string) –
A unique identifier assigned to a
ResetLandingZone
operation. You can use this identifier as an input parameter ofGetLandingZoneOperation
to check the operation’s status.
Exceptions
ControlTower.Client.exceptions.ValidationException
ControlTower.Client.exceptions.ConflictException
ControlTower.Client.exceptions.InternalServerException
ControlTower.Client.exceptions.AccessDeniedException
ControlTower.Client.exceptions.ThrottlingException
ControlTower.Client.exceptions.ResourceNotFoundException