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_component

delete_component(**kwargs)

Deletes a component build version.

See also: AWS API Documentation

Request Syntax

response = client.delete_component(
    componentBuildVersionArn='string'
)
Parameters
componentBuildVersionArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the component build version to delete.

Return type
dict
Returns
Response Syntax
{
    'requestId': 'string',
    'componentBuildVersionArn': 'string'
}

Response Structure

  • (dict) --
    • requestId (string) --

      The request ID that uniquely identifies this request.

    • componentBuildVersionArn (string) --

      The Amazon Resource Name (ARN) of the component build version that was 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