We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459bb3f commit 3af3a17Copy full SHA for 3af3a17
internal/service/cloudfront/function_test.go
@@ -27,6 +27,7 @@ func init() {
27
func testAccErrorCheckSkipFunction(t *testing.T) resource.ErrorCheckFunc {
28
return acctest.ErrorCheckSkipMessagesContaining(t,
29
"InvalidParameterValueException: Unsupported source arn",
30
+ "AccessDenied",
31
)
32
}
33
0 commit comments