Class: Aws::Lightsail::Errors::UnauthenticatedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::UnauthenticatedException
- Defined in:
- lib/aws-sdk-lightsail/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #docs ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthenticatedException
constructor
A new instance of UnauthenticatedException.
- #message ⇒ String
- #tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthenticatedException
Returns a new instance of UnauthenticatedException.
260 261 262 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 260 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
265 266 267 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 265 def code @code || @data[:code] end |
#docs ⇒ String
270 271 272 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 270 def docs @data[:docs] end |
#message ⇒ String
275 276 277 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 275 def @message || @data[:message] end |
#tip ⇒ String
280 281 282 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 280 def tip @data[:tip] end |