Class: Aws::States::Types::ExecutionLimitExceeded

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

The maximum number of running executions has been reached. Running executions must end or be stopped before a new execution can be started.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1287
1288
1289
1290
1291
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 1287

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