DynamoDB - Security and Access Control
An IAM policy includes:
{"Effect": "Allow", "Action": "dynamodb:UpdateItem", "Resource": "arn:aws:dynamodb:us-west-2:123456789012:table/Users", "Condition": {"StringEquals": {"dynamodb:LeadingKeys": ["user123"]}} but updates fail. What is the likely cause?