Class: Aws::BedrockRuntime::Types::ErrorBlock

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

Overview

A block containing error information when content processing fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A human-readable error message describing what went wrong during content processing.

Returns:

  • (String)


1733
1734
1735
1736
1737
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1733

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