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
NoMethodError: undefined method `change_resource_record_sets_data' for #<Fog::DNS::AWS::Real:0x00000003274108>
from /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/fog-aws-0.7.1/lib/fog/aws/requests/dns/change_resource_record_sets.rb:64:in `change_resource_record_sets'
from /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/fog-aws-0.7.1/lib/fog/aws/models/dns/record.rb:44:in `save'
from /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/fog-core-1.32.0/lib/fog/core/collection.rb:51:in `create'
from (irb):17
from ./irb:11:in `<main>'
It seems like line 64 in change_resource_record_sets.rb needs to reference the class that contains the class method being called (it was removed in changeset b4dc8b0).
The text was updated successfully, but these errors were encountered:
When I run the following code:
I get the error:
It seems like line 64 in
change_resource_record_sets.rb
needs to reference the class that contains the class method being called (it was removed in changeset b4dc8b0).The text was updated successfully, but these errors were encountered: