Class: Aws::SSM::Types::AutomationExecutionLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AutomationExecutionLimitExceededException
- 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
#message ⇒ String
1444 1445 1446 1447 1448 |
# File 'lib/aws-sdk-ssm/types.rb', line 1444 class AutomationExecutionLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |