Class: Aws::Lightsail::Types::UnauthenticatedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::UnauthenticatedException
- Includes:
- Structure
- Defined in:
- 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
#code ⇒ String
14329 14330 14331 14332 14333 14334 14335 14336 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14329 class UnauthenticatedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
14329 14330 14331 14332 14333 14334 14335 14336 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14329 class UnauthenticatedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
14329 14330 14331 14332 14333 14334 14335 14336 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14329 class UnauthenticatedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
14329 14330 14331 14332 14333 14334 14335 14336 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14329 class UnauthenticatedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |