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