Class: Aws::IoT::Types::ThrottlingException

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

Overview

The rate exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


18151
18152
18153
18154
18155
# File 'lib/aws-sdk-iot/types.rb', line 18151

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