:doc:`SecurityHub <../../securityhub>` / Client / describe_security_hub_v2

************************
describe_security_hub_v2
************************



.. py:method:: SecurityHub.Client.describe_security_hub_v2()

  

  Returns details about the service resource in your account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DescribeSecurityHubV2>`_  


  **Request Syntax**
  ::

    response = client.describe_security_hub_v2()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'HubV2Arn': 'string',
          'SubscribedAt': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **HubV2Arn** *(string) --* 

        The ARN of the service resource.

        
      

      - **SubscribedAt** *(string) --* 

        The date and time when the service was enabled in the account.

        
  
  **Exceptions**
  
  *   :py:class:`SecurityHub.Client.exceptions.InternalServerException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ThrottlingException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`SecurityHub.Client.exceptions.ValidationException`

  