Class: Aws::IoTManagedIntegrations::Types::LimitExceededException

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

Overview

The request exceeds a service limit or quota. Adjust your request parameters and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2638
2639
2640
2641
2642
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2638

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