Class: Aws::BedrockRuntime::Errors::ModelStreamErrorException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::BedrockRuntime::Errors::ModelStreamErrorException
- Defined in:
- sig/errors.rbs,
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.
143 144 145 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 143 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
148 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 148
def message: () -> ::String
|
#original_message ⇒ String
158 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 158
def original_message: () -> ::String
|
#original_status_code ⇒ String
153 |
# File 'lib/aws-sdk-bedrockruntime/errors.rb', line 153
def original_status_code: () -> ::String
|