Class: Aws::SageMakerRuntimeHTTP2::Types::ModelStreamError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

Error code.

Returns:

  • (String)


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_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



163
164
165
# File 'lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 163

def event_type
  @event_type
end

#messageString

Error message.

Returns:

  • (String)


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