get_fleet
(**kwargs)¶Retrieves information about a fleet.
See also: AWS API Documentation
Request Syntax
response = client.get_fleet(
fleetId='string'
)
[REQUIRED]
The ID of the fleet to retrieve information about.
{
'id': 'string',
'arn': 'string',
'description': 'string',
'signalCatalogArn': 'string',
'creationTime': datetime(2015, 1, 1),
'lastModificationTime': datetime(2015, 1, 1)
}
Response Structure
The ID of the fleet.
The Amazon Resource Name (ARN) of the fleet.
A brief description of the fleet.
The ARN of a signal catalog associated with the fleet.
The time the fleet was created in seconds since epoch (January 1, 1970 at midnight UTC time).
The time the fleet was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ResourceNotFoundException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException