Class: Aws::BedrockRuntime::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

An internal server error occurred. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


33
34
35
36
37
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 33

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end