Class: Aws::CloudWatchLogs::Types::SessionStreamingException

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

Overview

This exception is returned if an unknown error occurs during a Live Tail session.

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



7319
7320
7321
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7319

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


7319
7320
7321
7322
7323
7324
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7319

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