feat: ちょっと修正
This commit is contained in:
parent
dc48dd8bf1
commit
715027b4d0
@ -105,7 +105,7 @@
|
||||
"Parameters": {
|
||||
"TopicArn.$": "$.params.sns.TopicArn",
|
||||
"Subject": "データ登録ECSタスク異常通知",
|
||||
"Message.$": "States.Format('({}){}のデータ登録が失敗したため、登録中断ファイルを作成しました。\n\n バケット名:{}\n取込ファイルパス:{}\n\n', $.InputParams.DataSourceName, $.InputParams.FileName, $.InputParams.BucketName, $.InputParams.TargetKey)"
|
||||
"Message.$": "States.Format('【{}】{}のデータ登録が失敗したため、登録中断ファイルを作成しました。\n\n バケット名:{}\n取込ファイルパス:{}\n\n', $.InputParams.DataSourceName, $.InputParams.FileName, $.InputParams.BucketName, $.InputParams.TargetKey)"
|
||||
},
|
||||
"Next": "Fail"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user