Class: Aws::CleanRooms::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CleanRooms::Types::ThrottlingException
 
 
- Defined in:
 - gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
 
Overview
Request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      9262 9263 9264 9265 9266  | 
    
      # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9262 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |