:doc:`CloudHSM <../../cloudhsm>` / Client / describe_luna_client

********************
describe_luna_client
********************



.. py:method:: CloudHSM.Client.describe_luna_client(**kwargs)

  

  This is documentation for **AWS CloudHSM Classic**. For more information, see `AWS CloudHSM Classic FAQs <http://aws.amazon.com/cloudhsm/faqs-classic/>`__, the `AWS CloudHSM Classic User Guide <https://docs.aws.amazon.com/cloudhsm/classic/userguide/>`__, and the `AWS CloudHSM Classic API Reference <https://docs.aws.amazon.com/cloudhsm/classic/APIReference/>`__.

   

  **For information about the current version of AWS CloudHSM**, see `AWS CloudHSM <http://aws.amazon.com/cloudhsm/>`__, the `AWS CloudHSM User Guide <https://docs.aws.amazon.com/cloudhsm/latest/userguide/>`__, and the `AWS CloudHSM API Reference <https://docs.aws.amazon.com/cloudhsm/latest/APIReference/>`__.

   

  Retrieves information about an HSM client.

  

  .. danger::

        This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.


  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cloudhsm-2014-05-30/DescribeLunaClient>`_  


  **Request Syntax**
  ::

    response = client.describe_luna_client(
        ClientArn='string',
        CertificateFingerprint='string'
    )
    
  :type ClientArn: string
  :param ClientArn: 

    The ARN of the client.

    

  
  :type CertificateFingerprint: string
  :param CertificateFingerprint: 

    The certificate fingerprint.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'ClientArn': 'string',
          'Certificate': 'string',
          'CertificateFingerprint': 'string',
          'LastModifiedTimestamp': 'string',
          'Label': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ClientArn** *(string) --* 

        The ARN of the client.

        
      

      - **Certificate** *(string) --* 

        The certificate installed on the HSMs used by this client.

        
      

      - **CertificateFingerprint** *(string) --* 

        The certificate fingerprint.

        
      

      - **LastModifiedTimestamp** *(string) --* 

        The date and time the client was last modified.

        
      

      - **Label** *(string) --* 

        The label of the client.

        
  
  **Exceptions**
  
  *   :py:class:`CloudHSM.Client.exceptions.CloudHsmServiceException`

  
  *   :py:class:`CloudHSM.Client.exceptions.CloudHsmInternalException`

  
  *   :py:class:`CloudHSM.Client.exceptions.InvalidRequestException`

  