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. For troubleshooting this error, see

InternalFailure][1

in the Amazon Bedrock User Guide

[1]: docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-internal-failure

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



1859
1860
1861
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1859

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


1859
1860
1861
1862
1863
1864
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1859

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