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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-bedrockruntime/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:



83
84
85
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb', line 83

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

Instance Method Details

#messageString

Returns:

  • (String)


88
89
90
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb', line 88

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

#original_status_codeString

Returns:

  • (String)


93
94
95
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/errors.rb', line 93

def original_status_code
  @data[:original_status_code]
end

#resource_nameString

Returns:

  • (String)


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

def resource_name
  @data[:resource_name]
end