Class: Aws::AccountAccess::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
The request was denied due to request throttling. Try your request again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
882 883 884 885 886 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 882 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |