Class: Aws::BedrockAgentRuntime::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

An internal server error occurred. Retry your request.

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



852
853
854
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 852

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


852
853
854
855
856
857
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 852

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