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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17619
17620
17621
17622
17623
# File 'lib/aws-sdk-ssm/types.rb', line 17619

class SubTypeCountLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end