Class: Aws::Lightsail::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::NotFoundException
- Defined in:
- 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.
139 140 141 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 139 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
144 145 146 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 144 def code @code || @data[:code] end |
#docs ⇒ String
149 150 151 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 149 def docs @data[:docs] end |
#message ⇒ String
154 155 156 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 154 def @message || @data[:message] end |
#tip ⇒ String
159 160 161 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 159 def tip @data[:tip] end |