Class: Aws::SageMakerRuntime::Types::ModelError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntime::Types::ModelError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntime/types.rb
Overview
Model (owned by the customer in the container) returned 4xx or 5xx error code.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the log stream.
- #message ⇒ String
-
#original_message ⇒ String
Original message.
-
#original_status_code ⇒ Integer
Original status code.
Instance Attribute Details
#log_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the log stream.
563 564 565 566 567 568 569 570 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 563 class ModelError < Struct.new( :message, :original_status_code, :original_message, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
563 564 565 566 567 568 569 570 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 563 class ModelError < Struct.new( :message, :original_status_code, :original_message, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#original_message ⇒ String
Original message.
563 564 565 566 567 568 569 570 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 563 class ModelError < Struct.new( :message, :original_status_code, :original_message, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#original_status_code ⇒ Integer
Original status code.
563 564 565 566 567 568 569 570 |
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 563 class ModelError < Struct.new( :message, :original_status_code, :original_message, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |