Class: Aws::Lightsail::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
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

#codeString

Returns:

  • (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

#docsString

Returns:

  • (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

#messageString

Returns:

  • (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

#tipString

Returns:

  • (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