Class: Aws::QuickSight::Types::SessionLifetimeInMinutesInvalidException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::SessionLifetimeInMinutesInvalidException
 
- Defined in:
- gems/aws-sdk-quicksight/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
| 31953 31954 31955 31956 31957 31958 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31953 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this request.
| 31953 31954 31955 31956 31957 31958 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31953 class SessionLifetimeInMinutesInvalidException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |