Class: Aws::SSM::Types::SubTypeCountLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::SubTypeCountLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The sub-type count exceeded the limit for the inventory type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
18004 18005 18006 18007 18008 |
# File 'lib/aws-sdk-ssm/types.rb', line 18004 class SubTypeCountLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |