Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.DeleteCertificate C# (CSharp) Method

DeleteCertificate() public method

Deletes the specified certificate.
/// The resource is in a state that prevents it from being used for database migration. /// /// The resource could not be found. ///
public DeleteCertificate ( DeleteCertificateRequest request ) : DeleteCertificateResponse
request DeleteCertificateRequest Container for the necessary parameters to execute the DeleteCertificate service method.
return DeleteCertificateResponse
        public DeleteCertificateResponse DeleteCertificate(DeleteCertificateRequest request)
        {
            var marshaller = new DeleteCertificateRequestMarshaller();
            var unmarshaller = DeleteCertificateResponseUnmarshaller.Instance;

            return Invoke<DeleteCertificateRequest,DeleteCertificateResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient