Skip to content
New issue

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

Error #exists? is not implemented for Aws::IAM::User #840

Closed
bilus opened this issue Jun 12, 2015 · 2 comments
Closed

Error #exists? is not implemented for Aws::IAM::User #840

bilus opened this issue Jun 12, 2015 · 2 comments

Comments

@bilus
Copy link

bilus commented Jun 12, 2015

bundle update

Installing aws-sdk-core 2.1.0 (was 2.0.31)
Installing aws-sdk-resources 2.1.0 (was 2.0.31)
Installing aws-sdk 2.1.0 (was 2.0.31)
iam = Aws::IAM::Client.new(region: 'eu-central-1')
user = Aws::IAM::User.new(name: 'xxxxx', client: iam)
user.exists?

=> #exists? is not implemented for Aws::IAM::User

@trevorrowe
Copy link
Member

The resource classes require a waiter they can poll once to determine if the resource exists. There were no waiters defined for Aws::IAM, so I added a user exists waiter to meet this need.

@bilus
Copy link
Author

bilus commented Jun 15, 2015

Thanks!

@srchase srchase added the bug label Dec 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants