Class: Aws::SSM::Types::AutomationDefinitionVersionNotFoundException

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


868
869
870
871
# File 'lib/aws-sdk-ssm/types.rb', line 868

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