ManagedintegrationsforIoTDeviceManagement / Client / update_event_log_configuration

update_event_log_configuration#

ManagedintegrationsforIoTDeviceManagement.Client.update_event_log_configuration(**kwargs)#

Update an event log configuration by log configuration ID.

See also: AWS API Documentation

Request Syntax

response = client.update_event_log_configuration(
    Id='string',
    EventLogLevel='DEBUG'|'ERROR'|'INFO'|'WARN'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The log configuration id.

  • EventLogLevel (string) –

    [REQUIRED]

    The log level for the event in terms of severity.

Returns:

None

Exceptions

  • ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException

  • ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException

  • ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException

  • ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException

  • ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException