GameLift / Client / delete_container_group_definition
delete_container_group_definition#
- GameLift.Client.delete_container_group_definition(**kwargs)#
- This operation is used with the Amazon GameLift containers feature, which is currently in public preview.- Deletes a container group definition resource. You can delete a container group definition if there are no fleets using the definition. - To delete a container group definition, identify the resource to delete. - Learn more- See also: AWS API Documentation - Request Syntax- response = client.delete_container_group_definition( Name='string' ) - Parameters:
- Name (string) – - [REQUIRED] - The unique identifier for the container group definition to delete. You can use either the - Nameor- ARNvalue.
- Returns:
- None 
 - Exceptions- GameLift.Client.exceptions.UnauthorizedException
- GameLift.Client.exceptions.NotFoundException
- GameLift.Client.exceptions.InternalServiceException
- GameLift.Client.exceptions.TaggingFailedException
- GameLift.Client.exceptions.InvalidRequestException
- GameLift.Client.exceptions.UnsupportedRegionException