Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_alias

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

All APIs by task

See also: AWS API Documentation

Request Syntax

response = client.delete_alias(
    AliasId='string'
)
Parameters
AliasId (string) --

[REQUIRED]

A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value.

Returns
None

Exceptions

  • GameLift.Client.exceptions.UnauthorizedException
  • GameLift.Client.exceptions.NotFoundException
  • GameLift.Client.exceptions.InvalidRequestException
  • GameLift.Client.exceptions.TaggingFailedException
  • GameLift.Client.exceptions.InternalServiceException