Class: Aws::SSM::Types::AutomationExecutionNotFoundException

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

Overview

There is no automation execution information for the requested automation execution ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1633
1634
1635
1636
1637
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1633

class AutomationExecutionNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end