IoTRoboRunner / Client / get_worker_fleet
get_worker_fleet#
- IoTRoboRunner.Client.get_worker_fleet(**kwargs)#
- Grants permission to get a worker fleet - See also: AWS API Documentation - Request Syntax - response = client.get_worker_fleet( id='string' ) - Parameters:
- id (string) – - [REQUIRED] - Full ARN of the worker fleet. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'id': 'string', 'arn': 'string', 'name': 'string', 'site': 'string', 'createdAt': datetime(2015, 1, 1), 'updatedAt': datetime(2015, 1, 1), 'additionalFixedProperties': 'string' } - Response Structure - (dict) – - id (string) – - Filters access by the worker fleet’s identifier 
- arn (string) – - Full ARN of the worker fleet. 
- name (string) – - Human friendly name of the resource. 
- site (string) – - Site ARN. 
- createdAt (datetime) – - Timestamp at which the resource was created. 
- updatedAt (datetime) – - Timestamp at which the resource was last updated. 
- additionalFixedProperties (string) – - JSON blob containing additional fixed properties regarding the worker fleet 
 
 
 - Exceptions - IoTRoboRunner.Client.exceptions.AccessDeniedException
- IoTRoboRunner.Client.exceptions.ValidationException
- IoTRoboRunner.Client.exceptions.ResourceNotFoundException
- IoTRoboRunner.Client.exceptions.ThrottlingException
- IoTRoboRunner.Client.exceptions.InternalServerException