Class: Aws::RedshiftDataAPIService::Types::ActiveStatementsExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RedshiftDataAPIService::Types::ActiveStatementsExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshiftdataapiservice/types.rb
 
Overview
The number of active statements exceeds the limit.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      34 35 36 37 38  | 
    
      # File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 34 class ActiveStatementsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |