Class: Aws::Lightsail::Types::ServiceException

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

Overview

A general service exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


13594
13595
13596
13597
13598
13599
13600
13601
# File 'lib/aws-sdk-lightsail/types.rb', line 13594

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

#docsString

Returns:

  • (String)


13594
13595
13596
13597
13598
13599
13600
13601
# File 'lib/aws-sdk-lightsail/types.rb', line 13594

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

#messageString

Returns:

  • (String)


13594
13595
13596
13597
13598
13599
13600
13601
# File 'lib/aws-sdk-lightsail/types.rb', line 13594

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

#tipString

Returns:

  • (String)


13594
13595
13596
13597
13598
13599
13600
13601
# File 'lib/aws-sdk-lightsail/types.rb', line 13594

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