Class: Aws::BedrockRuntime::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
An internal server error occurred. For troubleshooting this error, see
- InternalFailure][1
-
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
1859 1860 1861 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1859 def event_type @event_type end |
#message ⇒ String
1859 1860 1861 1862 1863 1864 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1859 class InternalServerException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |