Class: Aws::Lightsail::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Lightsail throws this exception when the user cannot be authenticated or uses invalid credentials to access a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
30 31 32 33 34 35 36 37 |
# File 'lib/aws-sdk-lightsail/types.rb', line 30 class AccessDeniedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
30 31 32 33 34 35 36 37 |
# File 'lib/aws-sdk-lightsail/types.rb', line 30 class AccessDeniedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
30 31 32 33 34 35 36 37 |
# File 'lib/aws-sdk-lightsail/types.rb', line 30 class AccessDeniedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
30 31 32 33 34 35 36 37 |
# File 'lib/aws-sdk-lightsail/types.rb', line 30 class AccessDeniedException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |