imagebuilder / Client / delete_workflow

delete_workflow#

imagebuilder.Client.delete_workflow(**kwargs)#

Deletes a specific workflow resource.

See also: AWS API Documentation

Request Syntax

response = client.delete_workflow(
    workflowBuildVersionArn='string'
)
Parameters:

workflowBuildVersionArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the workflow resource to delete.

Return type:

dict

Returns:

Response Syntax

{
    'workflowBuildVersionArn': 'string'
}

Response Structure

  • (dict) –

    • workflowBuildVersionArn (string) –

      The ARN of the workflow resource that this request deleted.

Exceptions

  • imagebuilder.Client.exceptions.ServiceException

  • imagebuilder.Client.exceptions.ClientException

  • imagebuilder.Client.exceptions.ServiceUnavailableException

  • imagebuilder.Client.exceptions.InvalidRequestException

  • imagebuilder.Client.exceptions.ForbiddenException

  • imagebuilder.Client.exceptions.CallRateLimitExceededException

  • imagebuilder.Client.exceptions.ResourceDependencyException