Exception: Gem::S3URISigner::InstanceProfileError
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::Gem::Exception ,
RuntimeError
|
|
Instance Chain:
self,
::Gem::Exception ,
RuntimeError
|
|
Inherits: |
Gem::Exception
|
Defined in: | lib/rubygems/s3_uri_signer.rb |
Class Method Summary
- .new(message) ⇒ InstanceProfileError constructor
Instance Method Summary
- #to_s Internal use only
Constructor Details
.new(message) ⇒ InstanceProfileError
# File 'lib/rubygems/s3_uri_signer.rb', line 20
def initialize( ) super end
Instance Method Details
#to_s
This method is for internal use only.
[ GitHub ]
# File 'lib/rubygems/s3_uri_signer.rb', line 24
def to_s # :nodoc: super.to_s end