get_license_conversion_task
(**kwargs)¶Gets information about the specified license type conversion task.
See also: AWS API Documentation
Request Syntax
response = client.get_license_conversion_task(
LicenseConversionTaskId='string'
)
[REQUIRED]
ID of the license type conversion task to retrieve information on.
{
'LicenseConversionTaskId': 'string',
'ResourceArn': 'string',
'SourceLicenseContext': {
'UsageOperation': 'string'
},
'DestinationLicenseContext': {
'UsageOperation': 'string'
},
'StatusMessage': 'string',
'Status': 'IN_PROGRESS'|'SUCCEEDED'|'FAILED',
'StartTime': datetime(2015, 1, 1),
'LicenseConversionTime': datetime(2015, 1, 1),
'EndTime': datetime(2015, 1, 1)
}
Response Structure
ID of the license type conversion task.
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
Information about the license type converted from.
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
Information about the license type converted to.
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
The status message for the conversion task.
Status of the license type conversion task.
Time at which the license type conversion task was started .
Amount of time to complete the license type conversion.
Time at which the license type conversion task was completed.
Exceptions
LicenseManager.Client.exceptions.InvalidParameterValueException
LicenseManager.Client.exceptions.ServerInternalException
LicenseManager.Client.exceptions.AuthorizationException
LicenseManager.Client.exceptions.AccessDeniedException
LicenseManager.Client.exceptions.RateLimitExceededException