You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurred (InvalidIfMatchVersion) when calling the DeleteOriginAccessControl operation: The If-Match version is missing or not valid for the resource.
Hi @diningPhilosopher64 thanks for reaching out. This documentation is generated upstream by the service team, so we'll need to contact the CloudFront team about addressing this in the DeleteOriginAccessControl API documentation.
The service API documentation should get updated to clarify where this parameter required. I'll escalate this to the CloudFront team. And I created this issue in our cross-SDK repository for tracking going forward: aws/aws-sdk#576. Please refer to that issue for updates.
Describe the issue
The delete_access_control() API suggests that the
IfMatch
argument is optional.But when this function is used without the argument as :
It will throw the error:
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/cloudfront/client/delete_origin_access_control.html
The text was updated successfully, but these errors were encountered: