IoTFleetWise / Client / delete_decoder_manifest
delete_decoder_manifest#
- IoTFleetWise.Client.delete_decoder_manifest(**kwargs)#
Deletes a decoder manifest. You can’t delete a decoder manifest if it has vehicles associated with it.
Note
If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body.
See also: AWS API Documentation
Request Syntax
response = client.delete_decoder_manifest( name='string' )
- Parameters:
name (string) –
[REQUIRED]
The name of the decoder manifest to delete.
- Return type:
dict
- Returns:
Response Syntax
{ 'name': 'string', 'arn': 'string' }
Response Structure
(dict) –
name (string) –
The name of the deleted decoder manifest.
arn (string) –
The Amazon Resource Name (ARN) of the deleted decoder manifest.
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ConflictException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException