Class: Aws::AugmentedAIRuntime::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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