Class: Aws::IoTAnalytics::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
The command caused an internal limit to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1976 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |