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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


15050
15051
15052
15053
15054
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15050

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