Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_action

delete_action(**kwargs)

Deletes an action.

See also: AWS API Documentation

Request Syntax

response = client.delete_action(
    ActionName='string'
)
Parameters
ActionName (string) --

[REQUIRED]

The name of the action to delete.

Return type
dict
Returns
Response Syntax
{
    'ActionArn': 'string'
}

Response Structure

  • (dict) --
    • ActionArn (string) --

      The Amazon Resource Name (ARN) of the action.

Exceptions

  • SageMaker.Client.exceptions.ResourceNotFound