Errori dei provider cloudErrore
Azure Conflict (409)Azure Conflict (409) — Azure Conflict
The request conflicts with the current state of the resource.
azure
Vedi dettagli Azure AuthorizationFailedThe client does not have authorization to perform the action.
The user or service principal does not have the required RBAC role assignment for the resource.
Assign the required Azure role. Check role assignments in the Access Control (IAM) blade. Verify the scope of the assignment.
# Check role assignments
az role assignment list --assignee <user-or-sp-id>
# Assign role
az role assignment create --role 'Contributor' --assignee <id>Azure Conflict (409)The request conflicts with the current state of the resource.
UserNotFoundExceptionThe specified user does not exist in the Cognito user pool.
Lambda Task timed outThe Lambda function exceeded its configured timeout.
Azure BadRequest (400)The request is malformed or contains invalid parameters.
ServiceUnavailableExceptionThe AWS service is temporarily unavailable.
InvalidClientTokenId / Invalid CredentialsThe provided credentials are not valid.