Skip to content

Commit

Permalink
Change ApiGateway::RestApi FailOnWarnings from basestring to boolean (F…
Browse files Browse the repository at this point in the history
…ixes #1655)
  • Loading branch information
markpeek committed May 3, 2020
1 parent 745ef97 commit 9521f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troposphere/apigateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class RestApi(AWSObject):
"CloneFrom": (basestring, False),
"Description": (basestring, False),
"EndpointConfiguration": (EndpointConfiguration, False),
"FailOnWarnings": (basestring, False),
"FailOnWarnings": (boolean, False),
"MinimumCompressionSize": (positive_integer, False),
"Name": (basestring, False),
"Parameters": (dict, False),
Expand Down

0 comments on commit 9521f8e

Please # to comment.