Class: Aws::BCMDashboards::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
The request was denied due to request throttling. Reduce the frequency of requests and use exponential backoff.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
859 860 861 862 863 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 859 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |