IoTFleetWise / Client / delete_state_template

delete_state_template#

IoTFleetWise.Client.delete_state_template(**kwargs)#

Deletes a state template.

See also: AWS API Documentation

Request Syntax

response = client.delete_state_template(
    identifier='string'
)
Parameters:

identifier (string) –

[REQUIRED]

A unique, service-generated identifier.

Return type:

dict

Returns:

Response Syntax

{
    'name': 'string',
    'arn': 'string',
    'id': 'string'
}

Response Structure

  • (dict) –

    • name (string) –

      The name of the state template.

    • arn (string) –

      The Amazon Resource Name (ARN) of the state template.

    • id (string) –

      The unique ID of the state template.

Exceptions

  • IoTFleetWise.Client.exceptions.InternalServerException

  • IoTFleetWise.Client.exceptions.ThrottlingException

  • IoTFleetWise.Client.exceptions.ValidationException

  • IoTFleetWise.Client.exceptions.AccessDeniedException