create_worker_fleet(**kwargs)¶Grants permission to create a worker fleet
See also: AWS API Documentation
Request Syntax
response = client.create_worker_fleet(
    clientToken='string',
    name='string',
    site='string',
    additionalFixedProperties='string'
)
Token used for detecting replayed requests. Replayed requests will not be performed multiple times.
This field is autopopulated if not provided.
[REQUIRED]
Human friendly name of the resource.
[REQUIRED]
Site ARN.
dict
Response Syntax
{
    'arn': 'string',
    'id': 'string',
    'createdAt': datetime(2015, 1, 1),
    'updatedAt': datetime(2015, 1, 1)
}
Response Structure
(dict) --
arn (string) --
Full ARN of the worker fleet.
id (string) --
Filters access by the worker fleet's identifier
createdAt (datetime) --
Timestamp at which the resource was created.
updatedAt (datetime) --
Timestamp at which the resource was last updated.
Exceptions
IoTRoboRunner.Client.exceptions.ConflictExceptionIoTRoboRunner.Client.exceptions.AccessDeniedExceptionIoTRoboRunner.Client.exceptions.ValidationExceptionIoTRoboRunner.Client.exceptions.ResourceNotFoundExceptionIoTRoboRunner.Client.exceptions.ThrottlingExceptionIoTRoboRunner.Client.exceptions.InternalServerExceptionIoTRoboRunner.Client.exceptions.ServiceQuotaExceededException