IoTFleetWise / Client / get_logging_options
get_logging_options#
- IoTFleetWise.Client.get_logging_options()#
Retrieves the logging options.
See also: AWS API Documentation
Request Syntax
response = client.get_logging_options()
- Return type:
dict
- Returns:
Response Syntax
{ 'cloudWatchLogDelivery': { 'logType': 'OFF'|'ERROR', 'logGroupName': 'string' } }
Response Structure
(dict) –
cloudWatchLogDelivery (dict) –
Returns information about log delivery to Amazon CloudWatch Logs.
logType (string) –
The type of log to send data to Amazon CloudWatch Logs.
logGroupName (string) –
The Amazon CloudWatch Logs group the operation sends data to.
Exceptions
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.AccessDeniedException