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



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



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

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

#docsString



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

def docs
  @data[:docs]
end

#messageString



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

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

#tipString



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

def tip
  @data[:tip]
end