Class: Aws::Lightsail::Errors::AccountSetupInProgressException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-lightsail/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccountSetupInProgressException

Returns a new instance of AccountSetupInProgressException.

Parameters:



80
81
82
# File 'lib/aws-sdk-lightsail/errors.rb', line 80

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


85
86
87
# File 'lib/aws-sdk-lightsail/errors.rb', line 85

def code
  @code || @data[:code]
end

#docsString

Returns:

  • (String)


90
91
92
# File 'lib/aws-sdk-lightsail/errors.rb', line 90

def docs
  @data[:docs]
end

#messageString

Returns:

  • (String)


95
96
97
# File 'lib/aws-sdk-lightsail/errors.rb', line 95

def message
  @message || @data[:message]
end

#tipString

Returns:

  • (String)


100
101
102
# File 'lib/aws-sdk-lightsail/errors.rb', line 100

def tip
  @data[:tip]
end