Class: Aws::Lightsail::Errors::AccountSetupInProgressException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::AccountSetupInProgressException
- Defined in:
- lib/aws-sdk-lightsail/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #docs ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccountSetupInProgressException
constructor
A new instance of AccountSetupInProgressException.
- #message ⇒ String
- #tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccountSetupInProgressException
Returns a new instance of AccountSetupInProgressException.
79 80 81 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 79 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
84 85 86 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 84 def code @code || @data[:code] end |
#docs ⇒ String
89 90 91 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 89 def docs @data[:docs] end |
#message ⇒ String
94 95 96 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 94 def @message || @data[:message] end |
#tip ⇒ String
99 100 101 |
# File 'lib/aws-sdk-lightsail/errors.rb', line 99 def tip @data[:tip] end |