Class: Aws::Types::ActivityTaskFailedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#details::String

Returns the value of attribute details.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def details
  @details
end

#reason::String

Returns the value of attribute reason.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def reason
  @reason
end

#scheduled_event_id::Integer

Returns the value of attribute scheduled_event_id.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def scheduled_event_id
  @scheduled_event_id
end

#started_event_id::Integer

Returns the value of attribute started_event_id.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def started_event_id
  @started_event_id
end