Class: Aws::Lightsail::Errors::ServiceException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lightsail::Errors::ServiceException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-lightsail/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #docs ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceException
constructor
A new instance of ServiceException.
- #message ⇒ String
- #tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceException
Returns a new instance of ServiceException.
230 231 232 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 230 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
235 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 235
def code: () -> ::String
|
#docs ⇒ String
240 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 240
def docs: () -> ::String
|
#message ⇒ String
245 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 245
def message: () -> ::String
|
#tip ⇒ String
250 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 250
def tip: () -> ::String
|