Class: Aws::QLDBSession::Types::InvalidSessionException

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

Overview

Returned if the session doesn't exist anymore because it timed out or expired.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


270
271
272
273
274
275
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 270

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

#messageString

Returns:

  • (String)


270
271
272
273
274
275
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 270

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