Class: Aws::IoTTwinMaker::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The rate exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3725 3726 3727 3728 3729 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3725 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |