昨日まで作れていたのですが、今日になって作れなくなっています。
CFn
Resources:
Notification:
# slack通知
Type: AWS::CodeStarNotifications::NotificationRule
Properties:
Name: !Sub ${ProjectName}-slack-notification
DetailType: FULL
EventTypeIds:
- codebuild-project-build-state-failed
- codebuild-project-build-state-succeeded
- codebuild-project-build-state-in-progress
- codebuild-project-build-state-stopped
Resource: !GetAtt CodeBuildProject.Arn
Targets:
- TargetAddress: arn:aws:chatbot::xxxxx:chat-configuration/slack-channel/xxxx
TargetType: AWSChatbotSlack
Management Console上で表示されているエラー
Resource handler returned message: "Invalid request provided: AWS::CodeStarNotifications::NotificationRule" (RequestToken: xxxx, HandlerErrorCode: InvalidRequest)
障害なのでしょうか?