Class: Aws::SageMakerRuntime::Errors::ModelError
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SageMakerRuntime::Errors::ModelError
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-sagemakerruntime/errors.rb
Instance Method Summary collapse
-
#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.
95 96 97 |
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 95 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#log_stream_arn ⇒ String
115 |
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 115
def log_stream_arn: () -> ::String
|
#message ⇒ String
100 |
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 100
def message: () -> ::String
|
#original_message ⇒ String
110 |
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 110
def original_message: () -> ::String
|
#original_status_code ⇒ String
105 |
# File 'lib/aws-sdk-sagemakerruntime/errors.rb', line 105
def original_status_code: () -> ::String
|