Class: Aws::CloudWatchLogs::Types::SessionTimeoutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::SessionTimeoutException
- 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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
4914 4915 4916 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4914 def event_type @event_type end |
#message ⇒ String
4914 4915 4916 4917 4918 4919 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4914 class SessionTimeoutException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |