Class: Aws::SSM::Types::AutomationDefinitionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AutomationDefinitionNotFoundException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
An Automation runbook with the specified name couldn't be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1185 1186 1187 1188 1189 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1185 class AutomationDefinitionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |