Class: Aws::Lightsail::Errors::UnauthenticatedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-lightsail/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthenticatedException

Returns a new instance of UnauthenticatedException.

Parameters:



229
230
231
# File 'lib/aws-sdk-lightsail/errors.rb', line 229

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


234
235
236
# File 'lib/aws-sdk-lightsail/errors.rb', line 234

def code
  @code || @data[:code]
end

#docsString

Returns:

  • (String)


239
240
241
# File 'lib/aws-sdk-lightsail/errors.rb', line 239

def docs
  @data[:docs]
end

#messageString

Returns:

  • (String)


244
245
246
# File 'lib/aws-sdk-lightsail/errors.rb', line 244

def message
  @message || @data[:message]
end

#tipString

Returns:

  • (String)


249
250
251
# File 'lib/aws-sdk-lightsail/errors.rb', line 249

def tip
  @data[:tip]
end