Class: Aws::BedrockRuntime::Errors::ModelErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BedrockRuntime::Errors::ModelErrorException
- Defined in:
- lib/aws-sdk-bedrockruntime/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelErrorException
constructor
A new instance of ModelErrorException.
- #message ⇒ String
- #original_status_code ⇒ String
- #resource_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelErrorException
Returns a new instance of ModelErrorException.
99 100 101 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 99 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
104 105 106 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 104 def @message || @data[:message] end |
#original_status_code ⇒ String
109 110 111 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 109 def original_status_code @data[:original_status_code] end |
#resource_name ⇒ String
114 115 116 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 114 def resource_name @data[:resource_name] end |