Class: Aws::Bedrock::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
An internal server error occurred. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4213 4214 4215 4216 4217 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4213 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |