Class: Aws::Honeycode::Types::AutomationExecutionTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

The automation execution timed out.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


48
49
50
51
52
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 48

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