disassociate_device_from_placement
(**kwargs)¶Removes a physical device from a placement.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_device_from_placement(
projectName='string',
placementName='string',
deviceTemplateName='string'
)
[REQUIRED]
The name of the project that contains the placement.
[REQUIRED]
The name of the placement that the device should be removed from.
[REQUIRED]
The device ID that should be removed from the placement.
dict
Response Syntax
{}
Response Structure
Exceptions
IoT1ClickProjects.Client.exceptions.InternalFailureException
IoT1ClickProjects.Client.exceptions.InvalidRequestException
IoT1ClickProjects.Client.exceptions.ResourceNotFoundException
IoT1ClickProjects.Client.exceptions.TooManyRequestsException