You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having problems using Aws::AutoScaling::Resource#activities, and Aws::AutoScaling::Group#activities, both of which are failing in Aws::Resources::Builder#build_batch, like this:
Aws> Aws.autoscaling.resource.activities(auto_scaling_group_name:"asg").first
NoMethodError: undefined method `[]' for nil:NilClass
from /Users/mike_williams/.gem/ruby/2.2.3/gems/aws-sdk-resources-2.2.19/lib/aws-sdk-resources/builder.rb:52:in `block (2 levels) in build_batch'
whereas, the corresponding client call works fine:
I'm having problems using
Aws::AutoScaling::Resource#activities
, andAws::AutoScaling::Group#activities
, both of which are failing inAws::Resources::Builder#build_batch
, like this:whereas, the corresponding client call works fine:
I'm using version
2.2.19
ofaws-sdk-resources
The text was updated successfully, but these errors were encountered: