Class: Aws::HealthLake::Types::ConversationNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ConversationNotFoundException
- 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
#message ⇒ 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 |