Class: Aws::Types::RespondActivityTaskFailedInput

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:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def details
  @details
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def reason
  @reason
end

#task_token::String

Returns the value of attribute task_token.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def task_token
  @task_token
end