Class: Aws::RedshiftDataAPIService::Types::ActiveWaitingRequestsExceededException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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