Class: Aws::Glue::Types::ConcurrentRunsExceededException

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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


3895
3896
3897
3898
3899
# File 'lib/aws-sdk-glue/types.rb', line 3895

class ConcurrentRunsExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end