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

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


2613
2614
2615
2616
2617
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2613

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