Class: Aws::AugmentedAIRuntime::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::InternalServerException
- Defined in:
- gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb
Overview
We couldn't process your request because of an issue with the server. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
202 203 204 205 206 |
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 202 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |