delete_scene

IoTTwinMaker.Client.delete_scene(**kwargs)

Deletes a scene.

See also: AWS API Documentation

Request Syntax

response = client.delete_scene(
    workspaceId='string',
    sceneId='string'
)
Parameters
  • workspaceId (string) --

    [REQUIRED]

    The ID of the workspace.

  • sceneId (string) --

    [REQUIRED]

    The ID of the scene to delete.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • IoTTwinMaker.Client.exceptions.InternalServerException
  • IoTTwinMaker.Client.exceptions.AccessDeniedException
  • IoTTwinMaker.Client.exceptions.ResourceNotFoundException
  • IoTTwinMaker.Client.exceptions.ThrottlingException
  • IoTTwinMaker.Client.exceptions.ValidationException