Class: Aws::SageMakerRuntimeHTTP2::Errors::ModelStreamError
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SageMakerRuntimeHTTP2::Errors::ModelStreamError
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-sagemakerruntimehttp2/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelStreamError
constructor
A new instance of ModelStreamError.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelStreamError
Returns a new instance of ModelStreamError.
138 139 140 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 138 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
148 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 148
def error_code: () -> ::String
|
#message ⇒ String
143 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 143
def message: () -> ::String
|