AccessRequestApprovalActionListResult
No description
union AccessRequestApprovalActionListResult =
| AccessRequestApprovalActionList
| InvalidInputError
| NotFoundError
| PermissionDeniedErrorPossible types
AccessRequestApprovalActionList object
A wrapper around a list of AccessRequestApprovalAction so the result can participate in a union with error types.
InvalidInputError object
Error when some of the input parameters in the request are not valid.
NotFoundError object
Error when the user is requesting a resource that does not exist.
PermissionDeniedError object
Error when permission to the requested resource is denied.
Returned By
assignAccessRequestApproval mutation
Last updated
Was this helpful?