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

Aws::EC2::NetworkInterfaceAssociation doesn't implement #load. #890

Closed
MrJoy opened this issue Aug 5, 2015 · 3 comments
Closed

Aws::EC2::NetworkInterfaceAssociation doesn't implement #load. #890

MrJoy opened this issue Aug 5, 2015 · 3 comments

Comments

@MrJoy
Copy link

MrJoy commented Aug 5, 2015

This causes most of the accessors on it to fail, if you get an instance -- for example -- via a Aws::EC2::VpcAddress.

@MrJoy
Copy link
Author

MrJoy commented Aug 6, 2015

To add a hair more detail, calling Aws::EC2::Resource#vpc_addresses surfaces the issue:

ec2
  .vpc_addresses
  .to_a
  .map(&:association)
  .map(&:public_ip) # Chokes hard with the exception mentioned in the issue title.

@MrJoy
Copy link
Author

MrJoy commented Aug 25, 2015

Any word on this?

@trevorrowe
Copy link
Member

Sorry for the slow response on this. It took a bit of digging to find out how I could load the details of a NetworkInterfaceAssociation given only its association ID. This should go out with the next release.

@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