personalize_delete_solution: Deletes all versions of a solution and the Solution object...

View source: R/personalize_operations.R

personalize_delete_solutionR Documentation

Deletes all versions of a solution and the Solution object itself

Description

Deletes all versions of a solution and the Solution object itself. Before deleting a solution, you must delete all campaigns based on the solution. To determine what campaigns are using the solution, call list_campaigns and supply the Amazon Resource Name (ARN) of the solution. You can't delete a solution if an associated SolutionVersion is in the CREATE PENDING or IN PROGRESS state. For more information on solutions, see create_solution.

See https://www.paws-r-sdk.com/docs/personalize_delete_solution/ for full documentation.

Usage

personalize_delete_solution(solutionArn)

Arguments

solutionArn

[required] The ARN of the solution to delete.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.