Class: Aws::BackupGateway::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BackupGateway::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-backupgateway/types.rb
 
Overview
TPS has been limited to protect against intentional or unintentional high request volumes.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error: TPS has been limited to protect against intentional or unintentional high request volumes.
 - #message ⇒ String
 
Instance Attribute Details
#error_code ⇒ String
Error: TPS has been limited to protect against intentional or unintentional high request volumes.
      1130 1131 1132 1133 1134 1135  | 
    
      # File 'lib/aws-sdk-backupgateway/types.rb', line 1130 class ThrottlingException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
      1130 1131 1132 1133 1134 1135  | 
    
      # File 'lib/aws-sdk-backupgateway/types.rb', line 1130 class ThrottlingException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end  |