Class: Aws::IoTThingsGraph::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTThingsGraph::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotthingsgraph/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1529 1530 1531 1532 1533  | 
    
      # File 'lib/aws-sdk-iotthingsgraph/types.rb', line 1529 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |