Class: Aws::Lightsail::Types::AccountSetupInProgressException

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

Overview

Lightsail throws this exception when an account is still in the setup in progress state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-lightsail/types.rb', line 333

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

#docsString

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-lightsail/types.rb', line 333

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

#messageString

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-lightsail/types.rb', line 333

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

#tipString

Returns:

  • (String)


333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-lightsail/types.rb', line 333

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