Class: Aws::Bedrock::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/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)


2323
2324
2325
2326
2327
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2323

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