IoTSiteWise / Client / describe_logging_options

describe_logging_options

IoTSiteWise.Client.describe_logging_options(**kwargs)

Retrieves the current IoT SiteWise logging options.

See also: AWS API Documentation

Request Syntax

response = client.describe_logging_options(
    workspaceName='string'
)
Parameters:

workspaceName (string) – The name of the workspace.

Return type:

dict

Returns:

Response Syntax

{
    'loggingOptions': {
        'level': 'ERROR'|'INFO'|'OFF'
    }
}

Response Structure

  • (dict) –

    • loggingOptions (dict) –

      The current logging options.

      • level (string) –

        The IoT SiteWise logging verbosity level.

Exceptions

  • IoTSiteWise.Client.exceptions.InvalidRequestException

  • IoTSiteWise.Client.exceptions.ThrottlingException

  • IoTSiteWise.Client.exceptions.InternalFailureException

  • IoTSiteWise.Client.exceptions.ResourceNotFoundException