MigrationHubStrategyRecommendations.Client.
get_recommendation_report_details
(**kwargs)¶Retrieves detailed information about the specified recommendation report.
See also: AWS API Documentation
Request Syntax
response = client.get_recommendation_report_details(
id='string'
)
[REQUIRED]
The recommendation report generation task id
returned by StartRecommendationReportGeneration.
{
'id': 'string',
'recommendationReportDetails': {
'completionTime': datetime(2015, 1, 1),
's3Bucket': 'string',
's3Keys': [
'string',
],
'startTime': datetime(2015, 1, 1),
'status': 'FAILED'|'IN_PROGRESS'|'SUCCESS',
'statusMessage': 'string'
}
}
Response Structure
The ID of the recommendation report generation task. See the response of StartRecommendationReportGeneration.
Detailed information about the recommendation report.
The time that the recommendation report generation task completes.
The S3 bucket where the report file is located.
The Amazon S3 key name of the report file.
The time that the recommendation report generation task starts.
The status of the recommendation report generation task.
The status message for recommendation report generation.
Exceptions
MigrationHubStrategyRecommendations.Client.exceptions.ResourceNotFoundException
MigrationHubStrategyRecommendations.Client.exceptions.AccessDeniedException
MigrationHubStrategyRecommendations.Client.exceptions.ThrottlingException
MigrationHubStrategyRecommendations.Client.exceptions.ValidationException
MigrationHubStrategyRecommendations.Client.exceptions.InternalServerException