Class: Aws::SSM::Types::InvalidAutomationExecutionParametersException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidAutomationExecutionParametersException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The supplied parameters for invoking the specified Automation runbook are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10653 10654 10655 10656 10657 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10653 class InvalidAutomationExecutionParametersException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |