SageMaker / Client / delete_action

delete_action#

SageMaker.Client.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