Class: Aws::Signer::Errors::ServiceLimitExceededException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Signer::Errors::ServiceLimitExceededException
 
 
- Defined in:
 - lib/aws-sdk-signer/errors.rb
 
Instance Method Summary collapse
- #code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ServiceLimitExceededException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ServiceLimitExceededException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceededException
Returns a new instance of ServiceLimitExceededException.
      172 173 174  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 172 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      182 183 184  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 182 def code @code || @data[:code] end  | 
  
#message ⇒ String
      177 178 179  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 177 def @message || @data[:message] end  |