Class: Aws::Lightsail::Errors::AccountSetupInProgressException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Lightsail::Errors::AccountSetupInProgressException
 
 
- 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)  ⇒ 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.
      80 81 82  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 80 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      85 86 87  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 85 def code @code || @data[:code] end  | 
  
#docs ⇒ String
      90 91 92  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 90 def docs @data[:docs] end  | 
  
#message ⇒ String
      95 96 97  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 95 def @message || @data[:message] end  | 
  
#tip ⇒ String
      100 101 102  | 
    
      # File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 100 def tip @data[:tip] end  |