Class: Aws::SSM::Types::AutomationExecutionNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AutomationExecutionNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-ssm/types.rb', line 1647 class AutomationExecutionNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |