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:
parent
efccac5e0f
commit
cd3c5900f0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue