PcaConnectorAd / Client / delete_template

delete_template#

PcaConnectorAd.Client.delete_template(**kwargs)#

Deletes a template. Certificates issued using the template are still valid until they are revoked or expired.

See also: AWS API Documentation

Request Syntax

response = client.delete_template(
    TemplateArn='string'
)
Parameters:

TemplateArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) that was returned when you called CreateTemplate.

Returns:

None

Exceptions

  • PcaConnectorAd.Client.exceptions.AccessDeniedException

  • PcaConnectorAd.Client.exceptions.ValidationException

  • PcaConnectorAd.Client.exceptions.ResourceNotFoundException

  • PcaConnectorAd.Client.exceptions.ThrottlingException

  • PcaConnectorAd.Client.exceptions.InternalServerException

  • PcaConnectorAd.Client.exceptions.ConflictException