get_decoder_manifest
(**kwargs)¶Retrieves information about a created decoder manifest.
See also: AWS API Documentation
Request Syntax
response = client.get_decoder_manifest(
name='string'
)
[REQUIRED]
The name of the decoder manifest to retrieve information about.
{
'name': 'string',
'arn': 'string',
'description': 'string',
'modelManifestArn': 'string',
'status': 'ACTIVE'|'DRAFT',
'creationTime': datetime(2015, 1, 1),
'lastModificationTime': datetime(2015, 1, 1)
}
Response Structure
The name of the decoder manifest.
The Amazon Resource Name (ARN) of the decoder manifest.
A brief description of the decoder manifest.
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
The state of the decoder manifest. If the status is ACTIVE
, the decoder manifest can't be edited. If the status is marked DRAFT
, you can edit the decoder manifest.
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
Exceptions
IoTFleetWise.Client.exceptions.ResourceNotFoundException
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException