get_devices_in_placement
(**kwargs)¶Returns an object enumerating the devices in a placement.
See also: AWS API Documentation
Request Syntax
response = client.get_devices_in_placement(
projectName='string',
placementName='string'
)
[REQUIRED]
The name of the project containing the placement.
[REQUIRED]
The name of the placement to get the devices from.
dict
Response Syntax
{
'devices': {
'string': 'string'
}
}
Response Structure
(dict) --
devices (dict) --
An object containing the devices (zero or more) within the placement.
Exceptions
IoT1ClickProjects.Client.exceptions.InternalFailureException
IoT1ClickProjects.Client.exceptions.InvalidRequestException
IoT1ClickProjects.Client.exceptions.ResourceNotFoundException