Method: CloudFormationTool::CloudFormation::CloudFrontInvalidation#wait
- Defined in:
- lib/cloud_formation_tool/cloud_formation/cloud_front_distribution.rb
#wait ⇒ Object
42 43 44 45 46 |
# File 'lib/cloud_formation_tool/cloud_formation/cloud_front_distribution.rb', line 42 def wait while self.status == "InProgress" sleep 5 end end |