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] - The unique ID of the state template. 
- 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