:doc:`CloudDirectory <../../clouddirectory>` / Client / get_applied_schema_version

**************************
get_applied_schema_version
**************************



.. py:method:: CloudDirectory.Client.get_applied_schema_version(**kwargs)

  

  Returns current applied schema version ARN, including the minor version in use.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/GetAppliedSchemaVersion>`_  


  **Request Syntax**
  ::

    response = client.get_applied_schema_version(
        SchemaArn='string'
    )
    
  :type SchemaArn: string
  :param SchemaArn: **[REQUIRED]** 

    The ARN of the applied schema.

    

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

    
    ::

      {
          'AppliedSchemaArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AppliedSchemaArn** *(string) --* 

        Current applied schema ARN, including the minor version in use if one was provided.

        
  
  **Exceptions**
  
  *   :py:class:`CloudDirectory.Client.exceptions.InternalServiceException`

  
  *   :py:class:`CloudDirectory.Client.exceptions.InvalidArnException`

  
  *   :py:class:`CloudDirectory.Client.exceptions.RetryableConflictException`

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

  
  *   :py:class:`CloudDirectory.Client.exceptions.LimitExceededException`

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

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

  