Class: Aws::SageMakerRuntimeHTTP2::Errors::ModelError
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SageMakerRuntimeHTTP2::Errors::ModelError
- 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) ⇒ ModelError
constructor
A new instance of ModelError.
- #log_stream_arn ⇒ String
- #message ⇒ String
- #original_message ⇒ String
- #original_status_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ModelError
Returns a new instance of ModelError.
103 104 105 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 103 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
128 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 128
def error_code: () -> ::String
|
#log_stream_arn ⇒ String
123 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 123
def log_stream_arn: () -> ::String
|
#message ⇒ String
108 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 108
def message: () -> ::String
|
#original_message ⇒ String
118 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 118
def original_message: () -> ::String
|
#original_status_code ⇒ String
113 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 113
def original_status_code: () -> ::String
|