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)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def error_code
  @error_code
end

#error_details::String

Returns the value of attribute error_details.

Returns:

  • (::String)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def error_details
  @error_details
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def event_type
  @event_type
end

#log_result::String

Returns the value of attribute log_result.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def log_result
  @log_result
end