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
4349 4350 4351 4352 4353 |
# File 'lib/aws-sdk-ssm/types.rb', line 4349 class CustomSchemaCountLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |