Class: Aws::HealthLake::Types::AgentMessageOutOfContextException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::AgentMessageOutOfContextException
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The agent message does not fit within the current conversation context. Start a new conversation or provide a message that relates to the current profile customization session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
63 64 65 66 67 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 63 class AgentMessageOutOfContextException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |