Class: Aws::Types::ActivityTimedOutEventDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error, :cause])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def error
  @error
end