Class: Aws::SSM::Types::CustomSchemaCountLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::CustomSchemaCountLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4037 4038 4039 4040 4041 |
# File 'lib/aws-sdk-ssm/types.rb', line 4037 class CustomSchemaCountLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |