Class: Aws::DataZone::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-datazone/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
14341 14342 14343 14344 14345 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14341 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |