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.
17294 17295 17296 17297 17298 |
# File 'lib/aws-sdk-iot/types.rb', line 17294 class VersionsLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |