Exception: AliyunSDK::Common::Exception
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- AliyunSDK::Common::Exception
- Defined in:
- lib/aliyun_sdk/common/exception.rb
Overview
Base exception class
Direct Known Subclasses
OSS::ClientError, OSS::ServerError, STS::ClientError, STS::ServerError
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ Exception
constructor
A new instance of Exception.
Constructor Details
#initialize(message) ⇒ Exception
Returns a new instance of Exception.
12 13 14 |
# File 'lib/aliyun_sdk/common/exception.rb', line 12 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
10 11 12 |
# File 'lib/aliyun_sdk/common/exception.rb', line 10 def end |