Class: Aws::Lightsail::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lightsail::Errors::NotFoundException
- 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) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
- #tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
140 141 142 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 140 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
145 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 145
def code: () -> ::String
|
#docs ⇒ String
150 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 150
def docs: () -> ::String
|
#message ⇒ String
155 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 155
def message: () -> ::String
|
#tip ⇒ String
160 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 160
def tip: () -> ::String
|