Class: Aws::Glue::Types::ConcurrentRunsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConcurrentRunsExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Too many jobs are being run concurrently.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
3040 3041 3042 3043 3044 |
# File 'lib/aws-sdk-glue/types.rb', line 3040 class ConcurrentRunsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |