RoboMaker / Client / delete_robot_application

delete_robot_application#

RoboMaker.Client.delete_robot_application(**kwargs)#

Deletes a robot application.

See also: AWS API Documentation

Request Syntax

response = client.delete_robot_application(
    application='string',
    applicationVersion='string'
)
Parameters:
  • application (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the the robot application.

  • applicationVersion (string) – The version of the robot application to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • RoboMaker.Client.exceptions.InvalidParameterException

  • RoboMaker.Client.exceptions.ThrottlingException

  • RoboMaker.Client.exceptions.InternalServerException