Class: Aws::SSM::Types::InvalidAutomationExecutionParametersException

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

Overview

The supplied parameters for invoking the specified Automation document are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8831
8832
8833
8834
# File 'lib/aws-sdk-ssm/types.rb', line 8831

class InvalidAutomationExecutionParametersException < Struct.new(
  :message)
  include Aws::Structure
end