describe_fleet_advisor_lsa_analysis
(**kwargs)¶Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet Advisor collectors.
See also: AWS API Documentation
Request Syntax
response = client.describe_fleet_advisor_lsa_analysis(
MaxRecords=123,
NextToken='string'
)
NextToken
is returned by a previous response, there are more results available. The value of NextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.dict
Response Syntax
{
'Analysis': [
{
'LsaAnalysisId': 'string',
'Status': 'string'
},
],
'NextToken': 'string'
}
Response Structure
(dict) --
Analysis (list) --
A list of FleetAdvisorLsaAnalysisResponse
objects.
(dict) --
Describes a large-scale assessment (LSA) analysis run by a Fleet Advisor collector.
LsaAnalysisId (string) --
The ID of an LSA analysis run by a Fleet Advisor collector.
Status (string) --
The status of an LSA analysis run by a Fleet Advisor collector.
NextToken (string) --
If NextToken
is returned, there are more results available. The value of NextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Exceptions
DatabaseMigrationService.Client.exceptions.InvalidResourceStateFault