Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

get_logging_options

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