class Fog::Compute::RackspaceV2::InvalidImageStateException

Public Instance Methods

to_s() click to toggle source
# File lib/fog/rackspace/compute_v2.rb, line 30
def to_s
  "Image should have transitioned to '#{desired_state}' not '#{current_state}'"
end