GameLift / Client / delete_matchmaking_rule_set
delete_matchmaking_rule_set#
- GameLift.Client.delete_matchmaking_rule_set(**kwargs)#
Deletes an existing matchmaking rule set. To delete the rule set, provide the rule set name. Rule sets cannot be deleted if they are currently being used by a matchmaking configuration.
Learn more
See also: AWS API Documentation
Request Syntax
response = client.delete_matchmaking_rule_set( Name='string' )
- Parameters:
Name (string) –
[REQUIRED]
A unique identifier for the matchmaking rule set to be deleted. (Note: The rule set name is different from the optional “name” field in the rule set body.) You can use either the rule set name or ARN value.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
GameLift.Client.exceptions.InvalidRequestException
GameLift.Client.exceptions.InternalServiceException
GameLift.Client.exceptions.UnsupportedRegionException
GameLift.Client.exceptions.NotFoundException
GameLift.Client.exceptions.TaggingFailedException