Class: Aws::SSM::Types::CustomSchemaCountLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


4006
4007
4008
4009
4010
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4006

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