Class: Aws::SSM::Types::ComplianceTypeCountLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ComplianceTypeCountLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You specified too many custom compliance types. You can specify a maximum of 10 different types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2673 2674 2675 2676 2677 |
# File 'lib/aws-sdk-ssm/types.rb', line 2673 class ComplianceTypeCountLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |