Class: Aws::QuickSight::Types::SessionLifetimeInMinutesInvalidException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SessionLifetimeInMinutesInvalidException
- 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
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
26754 26755 26756 26757 26758 26759 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26754 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
26754 26755 26756 26757 26758 26759 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26754 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |