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'
)
[REQUIRED]
Full ARN of the worker fleet.
{
'id': 'string',
'arn': 'string',
'name': 'string',
'site': 'string',
'createdAt': datetime(2015, 1, 1),
'updatedAt': datetime(2015, 1, 1),
'additionalFixedProperties': 'string'
}
Response Structure
Filters access by the worker fleet's identifier
Full ARN of the worker fleet.
Human friendly name of the resource.
Site ARN.
Timestamp at which the resource was created.
Timestamp at which the resource was last updated.
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