Class: Aws::SSM::Types::OpsMetadataKeyLimitExceededException

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

Overview

The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13625
13626
13627
13628
13629
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13625

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