Class: Aws::SSM::Types::AutomationExecutionLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The number of simultaneously running Automation executions exceeded the allowable limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1437
1438
1439
1440
1441
# File 'lib/aws-sdk-ssm/types.rb', line 1437

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