Class: Aws::SageMakerRuntimeHTTP2::Types::InternalStreamFailure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/types.rb

Overview

Internal stream failure that occurs during streaming.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



61
62
63
# File 'gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 61

def event_type
  @event_type
end

#messageString

Error message.

Returns:

  • (String)


61
62
63
64
65
66
# File 'gems/aws-sdk-sagemakerruntimehttp2/lib/aws-sdk-sagemakerruntimehttp2/types.rb', line 61

class InternalStreamFailure < Struct.new(
  :message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end