PrivateCAConnectorforSCEP / Client / delete_connector

delete_connector#

PrivateCAConnectorforSCEP.Client.delete_connector(**kwargs)#

Deletes the specified Connector. This operation also deletes any challenges associated with the connector.

See also: AWS API Documentation

Request Syntax

response = client.delete_connector(
    ConnectorArn='string'
)
Parameters:

ConnectorArn (string) –

[REQUIRED]

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

Returns:

None

Exceptions

  • PrivateCAConnectorforSCEP.Client.exceptions.ResourceNotFoundException

  • PrivateCAConnectorforSCEP.Client.exceptions.InternalServerException

  • PrivateCAConnectorforSCEP.Client.exceptions.ValidationException

  • PrivateCAConnectorforSCEP.Client.exceptions.ThrottlingException

  • PrivateCAConnectorforSCEP.Client.exceptions.AccessDeniedException

  • PrivateCAConnectorforSCEP.Client.exceptions.ConflictException