Exception: Gem::S3URISigner::InstanceProfileError

Inherits:
Exception
  • Object
show all
Defined in:
lib/rubygems/s3_uri_signer.rb

Instance Attribute Summary

Attributes inherited from Exception

#source_exception

Instance Method Summary collapse

Methods included from Deprecate

deprecate, skip, skip=, skip_during

Constructor Details

#initialize(message) ⇒ InstanceProfileError

Returns a new instance of InstanceProfileError.



24
25
26
# File 'lib/rubygems/s3_uri_signer.rb', line 24

def initialize(message)
  super message
end

Instance Method Details

#to_sObject

:nodoc:



28
29
30
# File 'lib/rubygems/s3_uri_signer.rb', line 28

def to_s # :nodoc:
  "#{super}"
end