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
permalink #message ⇒ String
29590 29591 29592 29593 29594 29595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29590 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
permalink #request_id ⇒ String
The Amazon Web Services request ID for this request.
29590 29591 29592 29593 29594 29595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29590 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |