Class: Aws::IVS::Types::ThrottlingException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IVS::Types::ThrottlingException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #exception_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Request was denied due to request throttling. 
Instance Attribute Details
#exception_message ⇒ String
Request was denied due to request throttling.
| 2344 2345 2346 2347 2348 | # File 'lib/aws-sdk-ivs/types.rb', line 2344 class ThrottlingException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |