Class: Aws::IoTWireless::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

The request was denied because it exceeded the allowed API request rate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5798
5799
5800
5801
5802
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5798

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