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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

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

#docsString

Returns:

  • (String)


13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

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

#messageString

Returns:

  • (String)


13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

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

#tipString

Returns:

  • (String)


13813
13814
13815
13816
13817
13818
13819
13820
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13813

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