# File lib/aws/ec2/instance.rb, line 657 def attributes_from_response_object(obj) if atts = super(obj) atts[:status] = obj.instance_state.name.tr("-","_").to_sym if obj.respond_to?(:instance_state) atts end end