Class: Aws::RedshiftDataAPIService::Types::ActiveWaitingRequestsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::ActiveWaitingRequestsExceededException
- Defined in:
- gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
The number of active requests with WaitTimeSeconds for the same SQL
statement exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
48 49 50 51 52 |
# File 'gems/aws-sdk-redshiftdataapiservice/lib/aws-sdk-redshiftdataapiservice/types.rb', line 48 class ActiveWaitingRequestsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |