Class: Aws::BedrockAgentCoreControl::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::InternalServerException
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/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
Instance Attribute Details
#message ⇒ String
9711 9712 9713 9714 9715 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 9711 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |