Class: Aws::Lightsail::Types::UnauthenticatedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Lightsail throws this exception when the user has not been authenticated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


14297
14298
14299
14300
14301
14302
14303
14304
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14297

class UnauthenticatedException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end

#docsString

Returns:

  • (String)


14297
14298
14299
14300
14301
14302
14303
14304
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14297

class UnauthenticatedException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


14297
14298
14299
14300
14301
14302
14303
14304
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14297

class UnauthenticatedException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end

#tipString

Returns:

  • (String)


14297
14298
14299
14300
14301
14302
14303
14304
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14297

class UnauthenticatedException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end