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