Class: Aws::BedrockRuntime::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::InternalServerException
- Defined in:
- gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb
Overview
An internal server error occurred. For troubleshooting this error, see InternalFailure in the Amazon Bedrock User Guide
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
2799 2800 2801 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2799 def event_type @event_type end |
#message ⇒ String
2799 2800 2801 2802 2803 2804 |
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2799 class InternalServerException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |