Class: Aws::BedrockAgent::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
This exception is thrown if there was an unexpected error during processing of request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 1953 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |