Class: Aws::SSM::Types::SubTypeCountLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The sub-type count exceeded the limit for the inventory type.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15385
15386
15387
15388
# File 'lib/aws-sdk-ssm/types.rb', line 15385

class SubTypeCountLimitExceededException < Struct.new(
  :message)
  include Aws::Structure
end