Class: Aws::Glue::Types::ConcurrentRunsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConcurrentRunsExceededException
- Defined in:
- gems/aws-sdk-glue/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.
2357 2358 2359 2360 2361 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2357 class ConcurrentRunsExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |