Class: Aws::IoTSiteWise::Types::LimitExceededException

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

Overview

You’ve reached the limit for a resource. For example, this can occur if you’re trying to associate more than the allowed number of child assets or attempting to create more than the allowed number of properties for an asset model.

For more information, see [Quotas] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



6666
6667
6668
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6666

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


6666
6667
6668
6669
6670
6671
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6666

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