Class: Aws::QuickSight::Types::SessionLifetimeInMinutesInvalidException

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

Overview

The number of minutes specified for the lifetime of a session isn’t valid. The session lifetime must be 15-600 minutes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


25631
25632
25633
25634
25635
25636
# File 'lib/aws-sdk-quicksight/types.rb', line 25631

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


25631
25632
25633
25634
25635
25636
# File 'lib/aws-sdk-quicksight/types.rb', line 25631

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