FunctionProvisioningStatus
Provisioning status for a function.
This page contains
Fields
| NEW | Initial function state. |
| PENDING_PACKAGE_UPLOAD | Function has been created or updated and is pending the package upload. |
| PROVISIONING | Function package has been uploaded and function is being provisioned. |
| READY | Function has been provisioned and is ready to be invoked. |
| ERROR | Function provisioning has errored. |