Class: Aws::Honeycode::Types::AutomationExecutionException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/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

#messageString

Returns:

  • (String)


35
36
37
38
39
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 35

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