delete_signal_catalog
(**kwargs)¶Deletes a signal catalog.
Note
If the signal catalog 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_signal_catalog(
name='string'
)
[REQUIRED]
The name of the signal catalog to delete.
{
'name': 'string',
'arn': 'string'
}
Response Structure
The name of the deleted signal catalog.
The Amazon Resource Name (ARN) of the deleted signal catalog.
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ConflictException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException