Class: Aws::IoTFleetHub::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb
Overview
A limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
254 255 256 257 258 |
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 254 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |