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
      1437 1438 1439 1440 1441  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 1437 class AutomationExecutionLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |