Exception: Gem::S3URISigner::InstanceProfileError

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

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InstanceProfileError

Returns a new instance of InstanceProfileError.



18
19
20
# File 'lib/rubygems/s3_uri_signer.rb', line 18

def initialize(message)
  super message
end

Instance Method Details

#to_sObject

:nodoc:



22
23
24
# File 'lib/rubygems/s3_uri_signer.rb', line 22

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