Class: Aws::HealthLake::Types::ConversationNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

The specified conversation identifier does not exist. Verify the conversation ID or omit it to start a new conversation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


133
134
135
136
137
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 133

class ConversationNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end