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'
)
[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.
{}
Response Structure
Exceptions
GameLift.Client.exceptions.InvalidRequestExceptionGameLift.Client.exceptions.InternalServiceExceptionGameLift.Client.exceptions.UnsupportedRegionExceptionGameLift.Client.exceptions.NotFoundExceptionGameLift.Client.exceptions.TaggingFailedException