Class: Aws::Types::InvokeWithResponseStreamCompleteEvent

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)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def error_code
  @error_code
end

#error_details::String

Returns the value of attribute error_details.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def error_details
  @error_details
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


1323
1324
1325
# File 'sig/types.rbs', line 1323

def event_type
  @event_type
end

#log_result::String

Returns the value of attribute log_result.

Returns:

  • (::String)


1322
1323
1324
# File 'sig/types.rbs', line 1322

def log_result
  @log_result
end