1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|cloud_formation] resource status reason is nullable for format

This commit is contained in:
geemus 2011-04-04 17:09:45 -07:00
parent efccac5e0f
commit cd3c5900f0

View file

@ -57,7 +57,7 @@ Shindo.tests('AWS::CloudFormation | stack requests', ['aws', 'cloudformation'])
'PhysicalResourceId' => String,
'ResourceProperties' => String,
'ResourceStatus' => String,
'ResourceStatusReason' => String,
'ResourceStatusReason' => Fog::Nullable::String,
'ResourceType' => String,
'StackId' => String,
'StackName' => String,