Class: Aws::BedrockRuntime::Errors::ModelStreamErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BedrockRuntime::Errors::ModelStreamErrorException
- Defined in:
- lib/aws-sdk-bedrockruntime/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelStreamErrorException
constructor
A new instance of ModelStreamErrorException.
- #message ⇒ String
- #original_message ⇒ String
- #original_status_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelStreamErrorException
Returns a new instance of ModelStreamErrorException.
127 128 129 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 127 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
132 133 134 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 132 def @message || @data[:message] end |
#original_message ⇒ String
142 143 144 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 142 def @data[:original_message] end |
#original_status_code ⇒ String
137 138 139 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 137 def original_status_code @data[:original_status_code] end |