IoTEvents.Client.
describe_logging_options
()¶Retrieves the current settings of the AWS IoT Events logging options.
See also: AWS API Documentation
Request Syntax
response = client.describe_logging_options()
{
'loggingOptions': {
'roleArn': 'string',
'level': 'ERROR'|'INFO'|'DEBUG',
'enabled': True|False,
'detectorDebugOptions': [
{
'detectorModelName': 'string',
'keyValue': 'string'
},
]
}
}
Response Structure
The current settings of the AWS IoT Events logging options.
The ARN of the role that grants permission to AWS IoT Events to perform logging.
The logging level.
If TRUE, logging is enabled for AWS IoT Events.
Information that identifies those detector models and their detectors (instances) for which the logging level is given.
The detector model and the specific detectors (instances) for which the logging level is given.
The name of the detector model.
The value of the input attribute key used to create the detector (the instance of the detector model).
Exceptions
IoTEvents.Client.exceptions.InvalidRequestException
IoTEvents.Client.exceptions.ThrottlingException
IoTEvents.Client.exceptions.InternalFailureException
IoTEvents.Client.exceptions.ResourceNotFoundException
IoTEvents.Client.exceptions.ServiceUnavailableException
IoTEvents.Client.exceptions.UnsupportedOperationException