delete_model_manifest

IoTFleetWise.Client.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