Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

personalize_delete_solution

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.

Usage

personalize_delete_solution(solutionArn)

Arguments

solutionArn

[required] The ARN of the solution to delete.

Value

An empty list.

Request syntax

svc$delete_solution(
  solutionArn = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.