class Fog::ArubaCloud::Errors::InvalidServerStateException
Public Instance Methods
to_s()
click to toggle source
# File lib/fog/arubacloud/error.rb, line 77 def to_s "Server should have transitioned to '#{desired_state}' not '#{current_state}'" end