Class: Aws::IoTEvents::Types::ThrottlingException

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

Overview

The request could not be completed due to throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


2932
2933
2934
2935
2936
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2932

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