Transfer / Client / start_server
start_server#
- Transfer.Client.start_server(**kwargs)#
- Changes the state of a file transfer protocol-enabled server from - OFFLINEto- ONLINE. It has no impact on a server that is already- ONLINE. An- ONLINEserver can accept and process file transfer jobs.- The state of - STARTINGindicates that the server is in an intermediate state, either not fully able to respond, or not fully online. The values of- START_FAILEDcan indicate an error condition.- No response is returned from this call. - See also: AWS API Documentation - Request Syntax - response = client.start_server( ServerId='string' ) - Parameters:
- ServerId (string) – - [REQUIRED] - A system-assigned unique identifier for a server that you start. 
- Returns:
- None 
 - Exceptions - Transfer.Client.exceptions.ServiceUnavailableException
- Transfer.Client.exceptions.InternalServiceError
- Transfer.Client.exceptions.InvalidRequestException
- Transfer.Client.exceptions.ResourceNotFoundException
- Transfer.Client.exceptions.ThrottlingException