Class: Aws::InternetMonitor::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-internetmonitor/types.rb

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1897
1898
1899
1900
1901
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1897

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end