Class: Aws::SSM::Types::AutomationDefinitionNotFoundException

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

Overview

An Automation document with the specified name could not be found.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


855
856
857
858
# File 'lib/aws-sdk-ssm/types.rb', line 855

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