Class: Aws::NimbleStudio::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::NimbleStudio::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-nimblestudio/types.rb
 
Overview
The request throughput limit was exceeded.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A more specific error code.
 - 
  
    
      #context  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The exception context.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A human-readable description of the error.
 
Instance Attribute Details
#code ⇒ String
A more specific error code.
      3597 3598 3599 3600 3601 3602 3603  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3597 class ThrottlingException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#context ⇒ Hash<String,String>
The exception context.
      3597 3598 3599 3600 3601 3602 3603  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3597 class ThrottlingException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A human-readable description of the error.
      3597 3598 3599 3600 3601 3602 3603  | 
    
      # File 'lib/aws-sdk-nimblestudio/types.rb', line 3597 class ThrottlingException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end  |