Exception: Gem::S3URISigner::InstanceProfileError
- Defined in:
- lib/rubygems/s3_uri_signer.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message) ⇒ InstanceProfileError
constructor
A new instance of InstanceProfileError.
-
#to_s ⇒ Object
:nodoc:.
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() super end |
Instance Method Details
#to_s ⇒ Object
:nodoc:
28 29 30 |
# File 'lib/rubygems/s3_uri_signer.rb', line 28 def to_s # :nodoc: "#{super}" end |