Class: Aws::DataZone::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
20781 20782 20783 20784 20785 |
# File 'lib/aws-sdk-datazone/types.rb', line 20781 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |