**Question 7** Review the following CloudFormation snippet. What issue will prevent the stack from deploying successfully? ```yaml AWSTemplateFormatVersion: '2010-09-09' Resources: MyBucket: Type: AWS::S3::Bucket Properties: BucketName: !Ref BucketNameParam VersioningConfiguration: Status: Enabled ``` | AWS Certified Cloud Practitioner Quiz - LeetQuiz