We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whould you implement this method?
(rdb:1) result = driver.ec2_resource.image('ami-30bd5151')
(rdb:1) result.methods [:id, :create_tags, ..., :wait_until, :data, :data_loaded?, :exists?, :load, :reload, :inspect, ...]
(rdb:1) result.exists? /opt/chefdk/embedded/lib/ruby/2.1.0/debug.rb:290:in `eval':#exists? is not implemented for Aws::EC2::Image
The text was updated successfully, but these errors were encountered:
#exists?
Aws::EC2::Image
Thanks for being proactive on this!
Sorry, something went wrong.
Thanks to be so quickly in accepting it :)
Tag release v2.2.27
ef48b6c
References: #1127, #1129, #1131, #1133
No branches or pull requests
Whould you implement this method?
(rdb:1) result = driver.ec2_resource.image('ami-30bd5151')
<Aws::EC2::Image id="ami-30bd5151">
(rdb:1) result.methods
[:id, :create_tags, ..., :wait_until, :data, :data_loaded?, :exists?, :load, :reload, :inspect, ...]
(rdb:1) result.exists?
/opt/chefdk/embedded/lib/ruby/2.1.0/debug.rb:290:in `eval':#exists? is not implemented for Aws::EC2::Image
The text was updated successfully, but these errors were encountered: