Class: Aws::BedrockAgentCore::Types::RuntimeClientError
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::RuntimeClientError
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
The exception that occurs when there is an error in the runtime client. This can happen due to network issues, invalid configuration, or other client-side problems. Check the error message for specific details about the error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
4109 4110 4111 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4109 def event_type @event_type end |
#message ⇒ String
4109 4110 4111 4112 4113 4114 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 4109 class RuntimeClientError < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |