Class: Aws::Types::LambdaFunctionStartFailedEventDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:error, :cause])

Instance Attribute Summary collapse

Instance Attribute Details

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def cause
  @cause
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def error
  @error
end