AWS SDK for .NET Documentation
DeleteHsmClientCertificate Method (request)
AmazonAmazon.RedshiftAmazonRedshiftClientDeleteHsmClientCertificate(DeleteHsmClientCertificateRequest) Did this page help you?   Yes   No    Tell us about it...
Deletes the specified HSM client certificate.
Declaration Syntax
C#
public DeleteHsmClientCertificateResponse DeleteHsmClientCertificate(
	DeleteHsmClientCertificateRequest request
)
Parameters
request (DeleteHsmClientCertificateRequest)
Container for the necessary parameters to execute the DeleteHsmClientCertificate service method.
Return Value
The response from the DeleteHsmClientCertificate service method, as returned by Redshift.
Exceptions
ExceptionCondition
HsmClientCertificateNotFoundException There is no Amazon Redshift HSM client certificate with the specified identifier.
InvalidHsmClientCertificateStateException The specified HSM client certificate is not in the
CopyC#
available
state, or it is still in use by one or more Amazon Redshift clusters.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)