Class: Aws::Honeycode::Types::AutomationExecutionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::AutomationExecutionException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
The automation execution did not end successfully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
35 36 37 38 39 |
# File 'lib/aws-sdk-honeycode/types.rb', line 35 class AutomationExecutionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |