Class: Aws::BCMDashboards::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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