Class: Aws::SSOAdmin::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSOAdmin::Types::ThrottlingException
 
 
- Defined in:
 - gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
 
Overview
Indicates that the principal has crossed the throttling limits of the API operations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
 - 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for the throttling exception.
 
Instance Attribute Details
#message ⇒ String
      4122 4123 4124 4125 4126 4127  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4122 class ThrottlingException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#reason ⇒ String
The reason for the throttling exception.
      4122 4123 4124 4125 4126 4127  | 
    
      # File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4122 class ThrottlingException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end  |