resolve_alias
(**kwargs)¶Retrieves the fleet ID that an alias is currently pointing to.
Related actions
See also: AWS API Documentation
Request Syntax
response = client.resolve_alias(
AliasId='string'
)
[REQUIRED]
The unique identifier of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.
{
'FleetId': 'string',
'FleetArn': 'string'
}
Response Structure
The fleet identifier that the alias is pointing to.
The Amazon Resource Name ( ARN ) associated with the GameLift fleet resource that this alias points to.
Exceptions
GameLift.Client.exceptions.UnauthorizedException
GameLift.Client.exceptions.InvalidRequestException
GameLift.Client.exceptions.NotFoundException
GameLift.Client.exceptions.TerminalRoutingStrategyException
GameLift.Client.exceptions.InternalServiceException