Class: Aws::AppConfigData::Errors::ThrottlingException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::AppConfigData::Errors::ThrottlingException
 
- Defined in:
- lib/aws-sdk-appconfigdata/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ThrottlingException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ThrottlingException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
| 111 112 113 | # File 'lib/aws-sdk-appconfigdata/errors.rb', line 111 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 116 117 118 | # File 'lib/aws-sdk-appconfigdata/errors.rb', line 116 def @message || @data[:message] end |