Class: Aws::SSM::Types::ComplianceTypeCountLimitExceededException

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

Overview

You specified too many custom compliance types. You can specify a maximum of 10 different types.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2111
2112
2113
2114
# File 'lib/aws-sdk-ssm/types.rb', line 2111

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