Class: Aws::BedrockRuntime::Types::ModelErrorException

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

Overview

The request failed due to an error while processing the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1775

class ModelErrorException < Struct.new(
  :message,
  :original_status_code,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#original_status_codeInteger

The original status code.

Returns:

  • (Integer)


1775
1776
1777
1778
1779
1780
1781
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1775

class ModelErrorException < Struct.new(
  :message,
  :original_status_code,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The resource name.

Returns:

  • (String)


1775
1776
1777
1778
1779
1780
1781
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1775

class ModelErrorException < Struct.new(
  :message,
  :original_status_code,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end