delete_alias
(**kwargs)¶Deletes an alias. This operation removes all record of the alias. Game clients attempting to access a server process using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.
Related actions
See also: AWS API Documentation
Request Syntax
response = client.delete_alias(
AliasId='string'
)
[REQUIRED]
A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value.
Exceptions
GameLift.Client.exceptions.UnauthorizedException
GameLift.Client.exceptions.NotFoundException
GameLift.Client.exceptions.InvalidRequestException
GameLift.Client.exceptions.TaggingFailedException
GameLift.Client.exceptions.InternalServiceException