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.
229 230 231 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 229 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
234 235 236 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 234 def code @code || @data[:code] end |
#docs ⇒ String
239 240 241 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 239 def docs @data[:docs] end |
#message ⇒ String
244 245 246 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 244 def @message || @data[:message] end |
#tip ⇒ String
249 250 251 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 249 def tip @data[:tip] end |