:doc:`signer <../../signer>` / Client / cancel_signing_profile

**********************
cancel_signing_profile
**********************



.. py:method:: signer.Client.cancel_signing_profile(**kwargs)

  

  Changes the state of an ``ACTIVE`` signing profile to ``CANCELED``. A canceled profile is still viewable with the ``ListSigningProfiles`` operation, but it cannot perform new signing jobs. See `Data Retention <https://docs.aws.amazon.com/signer/latest/developerguide/retention.html>`__ for more information on scheduled deletion of a canceled signing profile.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/signer-2017-08-25/CancelSigningProfile>`_  


  **Request Syntax**
  ::

    response = client.cancel_signing_profile(
        profileName='string'
    )
    
  :type profileName: string
  :param profileName: **[REQUIRED]** 

    The name of the signing profile to be canceled.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`signer.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`signer.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`signer.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`signer.Client.exceptions.InternalServiceErrorException`

  