Exception: Fog::Rackspace::NetworkingV2::InvalidServerStateException

Inherits:
InvalidStateException show all
Defined in:
lib/fog/rackspace/networking_v2.rb

Instance Attribute Summary

Attributes inherited from InvalidStateException

#current_state, #desired_state

Instance Method Summary collapse

Methods inherited from InvalidStateException

#initialize

Constructor Details

This class inherits a constructor from Fog::Rackspace::NetworkingV2::InvalidStateException

Instance Method Details

#to_sObject



28
29
30
# File 'lib/fog/rackspace/networking_v2.rb', line 28

def to_s
  "Server should have transitioned to '#{desired_state}' not '#{current_state}'"
end