Class: Aws::SageMakerRuntimeHTTP2::Types::ModelStreamError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerRuntimeHTTP2::Types::ModelStreamError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerruntimehttp2/types.rb
Overview
Model stream error that occurs during streaming.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Error message.
Instance Attribute Details
#error_code ⇒ String
Error code.
163 164 165 166 167 168 169 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 163 class ModelStreamError < Struct.new( :message, :error_code, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ Object
Returns the value of attribute event_type
163 164 165 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 163 def event_type @event_type end |
#message ⇒ String
Error message.
163 164 165 166 167 168 169 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 163 class ModelStreamError < Struct.new( :message, :error_code, :event_type) SENSITIVE = [] include Aws::Structure end |