Method: Aws::SSM::Types::AutomationExecutionNotFoundException#message

Defined in:
lib/aws-sdk-ssm/types.rb

#messageString

Returns:

  • (String)


1736
1737
1738
1739
1740
# File 'lib/aws-sdk-ssm/types.rb', line 1736

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