:doc:`MigrationHub <../../mgh>` / Client / describe_application_state

**************************
describe_application_state
**************************



.. py:method:: MigrationHub.Client.describe_application_state(**kwargs)

  

  Gets the migration status of an application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/AWSMigrationHub-2017-05-31/DescribeApplicationState>`_  


  **Request Syntax**
  ::

    response = client.describe_application_state(
        ApplicationId='string'
    )
    
  :type ApplicationId: string
  :param ApplicationId: **[REQUIRED]** 

    The configurationId in Application Discovery Service that uniquely identifies the grouped application.

    

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

    
    ::

      {
          'ApplicationStatus': 'NOT_STARTED'|'IN_PROGRESS'|'COMPLETED',
          'LastUpdatedTime': datetime(2015, 1, 1)
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ApplicationStatus** *(string) --* 

        Status of the application - Not Started, In-Progress, Complete.

        
      

      - **LastUpdatedTime** *(datetime) --* 

        The timestamp when the application status was last updated.

        
  
  **Exceptions**
  
  *   :py:class:`MigrationHub.Client.exceptions.AccessDeniedException`

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

  
  *   :py:class:`MigrationHub.Client.exceptions.InternalServerError`

  
  *   :py:class:`MigrationHub.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`MigrationHub.Client.exceptions.InvalidInputException`

  
  *   :py:class:`MigrationHub.Client.exceptions.PolicyErrorException`

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

  
  *   :py:class:`MigrationHub.Client.exceptions.HomeRegionNotSetException`

  