在YAML模板中,验证无法识别"尝试"

时间:2018-03-05 22:12:15

标签: amazon-cloudformation

代码:

DEBUG_MODE = True  # Manually change when debugging
    try:
        CFN_CLIENT = boto3.client('cloudformation')
    except Exception as error:
        print('Error creating boto3.client, error text follows:\n%s' % error)
        raise Exception(error)

问题:

  

模板验证错误:模板格式错误:YAML没有   良好的。 (第37行,第1栏)

在我的情况下(上面代码),单词"尝试"放在第37行第1列。我想知道什么是不正确的?感谢。

0 个答案:

没有答案