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.
18636 18637 18638 18639 18640 |
# File 'lib/aws-sdk-iot/types.rb', line 18636 class VersionsLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |