https status code 403 code example
Example 1: 403 forbidden
HTTP 403 is a HTTP status code meaning access to the requested resource is forbidden for some reason.
Example 2: status code 403 codebuild
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:GetObjectVersion",
"s3:GetBucketAcl",
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::${BUCKET_NAME}*"
]
},