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)


4017
4018
4019
4020
4021
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 4017

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