stateReasonCode property

StateReasonCode? stateReasonCode
final

The reason code for the function's current state. When the code is Creating, you can't invoke or modify the function.

Implementation

final StateReasonCode? stateReasonCode;