Class: Aws::RedshiftDataAPIService::Types::ActiveSessionsExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::ActiveSessionsExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
The Amazon Redshift Data API operation failed because the maximum number of active sessions exceeded.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      21 22 23 24 25  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 21 class ActiveSessionsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |