Class: Aws::BedrockRuntime::Errors::ModelErrorException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-bedrockruntime/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelErrorException

Returns a new instance of ModelErrorException.

Parameters:



99
100
101
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 99

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


104
105
106
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 104

def message
  @message || @data[:message]
end

#original_status_codeString

Returns:

  • (String)


109
110
111
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 109

def original_status_code
  @data[:original_status_code]
end

#resource_nameString

Returns:

  • (String)


114
115
116
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 114

def resource_name
  @data[:resource_name]
end