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
27968 27969 27970 27971 27972 27973 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27968 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
27968 27969 27970 27971 27972 27973 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27968 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |