Class: Aws::Types::ModelStreamError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def error_code
  @error_code
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


115
116
117
# File 'sig/types.rbs', line 115

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


113
114
115
# File 'sig/types.rbs', line 113

def message
  @message
end