Class: Aws::Lightsail::Errors::RegionSetupInProgressException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lightsail::Errors::RegionSetupInProgressException
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb
Instance Method Summary collapse
-
#code ⇒ String
-
#docs ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RegionSetupInProgressException
constructor
A new instance of RegionSetupInProgressException.
-
#message ⇒ String
-
#tip ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RegionSetupInProgressException
Returns a new instance of RegionSetupInProgressException.
200 201 202 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 200 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
205 206 207 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 205 def code @code || @data[:code] end |
#docs ⇒ String
210 211 212 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 210 def docs @data[:docs] end |
#message ⇒ String
215 216 217 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 215 def @message || @data[:message] end |
#tip ⇒ String
220 221 222 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 220 def tip @data[:tip] end |