Class: Aws::IoT::Types::LimitExceededException

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

Overview

A limit has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


8987
8988
8989
8990
8991
# File 'lib/aws-sdk-iot/types.rb', line 8987

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