Class: Aws::Lightsail::Errors::UnauthenticatedException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Lightsail::Errors::UnauthenticatedException
- 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) ⇒ 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 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 265
def code: () -> ::String
|
#docs ⇒ String
270 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 270
def docs: () -> ::String
|
#message ⇒ String
275 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 275
def message: () -> ::String
|
#tip ⇒ String
280 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 280
def tip: () -> ::String
|