Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_model_manifest

delete_model_manifest(**kwargs)

Deletes a vehicle model (model manifest).

Note

If the vehicle model 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_model_manifest(
    name='string'
)
Parameters
name (string) --

[REQUIRED]

The name of the model manifest to delete.

Return type
dict
Returns
Response Syntax
{
    'name': 'string',
    'arn': 'string'
}

Response Structure

  • (dict) --
    • name (string) --

      The name of the deleted model manifest.

    • arn (string) --

      The Amazon Resource Name (ARN) of the deleted model manifest.

Exceptions

  • IoTFleetWise.Client.exceptions.InternalServerException
  • IoTFleetWise.Client.exceptions.ConflictException
  • IoTFleetWise.Client.exceptions.ThrottlingException
  • IoTFleetWise.Client.exceptions.ValidationException
  • IoTFleetWise.Client.exceptions.AccessDeniedException