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)


2889
2890
2891
2892
2893
# File 'lib/aws-sdk-glue/types.rb', line 2889

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