Class: Aws::SSO::Errors::TooManyRequestsException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::SSO::Errors::TooManyRequestsException
 
- Defined in:
- lib/aws-sdk-sso/errors.rb
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ TooManyRequestsException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of TooManyRequestsException. 
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRequestsException
Returns a new instance of TooManyRequestsException.
| 76 77 78 | # File 'lib/aws-sdk-sso/errors.rb', line 76 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end | 
Instance Method Details
#message ⇒ String
| 81 82 83 | # File 'lib/aws-sdk-sso/errors.rb', line 81 def @message || @data[:message] end |