Class: Aws::BedrockAgentRuntime::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
An internal server error occurred. Retry your request.
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
2613 2614 2615 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2613 def event_type @event_type end |
#message ⇒ String
2613 2614 2615 2616 2617 2618 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2613 class InternalServerException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |