Class: Aws::IoT::Types::VersionsLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::VersionsLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The number of policy versions exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
17046 17047 17048 17049 17050 |
# File 'lib/aws-sdk-iot/types.rb', line 17046 class VersionsLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |