Class: Aws::Types::ConversationState

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason"SUCCESS", ...

Returns the value of attribute reason.

Returns:

  • ("SUCCESS", "FAILED", "REJECTED")


565
566
567
# File 'sig/types.rbs', line 565

def reason
  @reason
end

#status"CLOSED", ...

Returns the value of attribute status.

Returns:

  • ("CLOSED", "READY", "PROCESSING")


564
565
566
# File 'sig/types.rbs', line 564

def status
  @status
end