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

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

Overview

You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3293
3294
3295
3296
# File 'lib/aws-sdk-ssm/types.rb', line 3293

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