MigrationHub / Client / describe_application_state

describe_application_state#

MigrationHub.Client.describe_application_state(**kwargs)#

Gets the migration status of an application.

See also: AWS API Documentation

Request Syntax

response = client.describe_application_state(
    ApplicationId='string'
)
Parameters:

ApplicationId (string) –

[REQUIRED]

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

Return type:

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