Class: Aws::CloudWatchLogs::Types::SessionTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This exception is returned in a Live Tail stream when the Live Tail session times out. Live Tail sessions time out after three hours.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



4549
4550
4551
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4549

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


4549
4550
4551
4552
4553
4554
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4549

class SessionTimeoutException < Struct.new(
  :message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end