Class: Aws::IoTManagedIntegrations::Types::ThrottlingException

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

Overview

The rate exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4917
4918
4919
4920
4921
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4917

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