associate_source_servers(**kwargs)¶Associate source servers to application.
See also: AWS API Documentation
Request Syntax
response = client.associate_source_servers(
    applicationID='string',
    sourceServerIDs=[
        'string',
    ]
)
[REQUIRED]
Application ID.
[REQUIRED]
Source server IDs list.
dict
Response Syntax
{}
Response Structure
Exceptions
mgn.Client.exceptions.UninitializedAccountExceptionmgn.Client.exceptions.ResourceNotFoundExceptionmgn.Client.exceptions.ServiceQuotaExceededExceptionmgn.Client.exceptions.ConflictException