Class: Aws::Types::ScheduleActivityTaskFailedEventAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def activity_id
  @activity_id
end

#activity_typeTypes::ActivityType

Returns the value of attribute activity_type.

Returns:



815
816
817
# File 'sig/types.rbs', line 815

def activity_type
  @activity_type
end

#cause"ACTIVITY_TYPE_DEPRECATED", ...

Returns the value of attribute cause.

Returns:

  • ("ACTIVITY_TYPE_DEPRECATED", "ACTIVITY_TYPE_DOES_NOT_EXIST", "ACTIVITY_ID_ALREADY_IN_USE", "OPEN_ACTIVITIES_LIMIT_EXCEEDED", "ACTIVITY_CREATION_RATE_EXCEEDED", "DEFAULT_SCHEDULE_TO_CLOSE_TIMEOUT_UNDEFINED", "DEFAULT_TASK_LIST_UNDEFINED", "DEFAULT_SCHEDULE_TO_START_TIMEOUT_UNDEFINED", "DEFAULT_START_TO_CLOSE_TIMEOUT_UNDEFINED", "DEFAULT_HEARTBEAT_TIMEOUT_UNDEFINED", "OPERATION_NOT_PERMITTED")


817
818
819
# File 'sig/types.rbs', line 817

def cause
  @cause
end

#decision_task_completed_event_id::Integer

Returns the value of attribute decision_task_completed_event_id.

Returns:

  • (::Integer)


818
819
820
# File 'sig/types.rbs', line 818

def decision_task_completed_event_id
  @decision_task_completed_event_id
end