Class: Aws::AppConfigData::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfigData::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
238 239 240 241 242 |
# File 'gems/aws-sdk-appconfigdata/lib/aws-sdk-appconfigdata/types.rb', line 238 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |