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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


13483
13484
13485
13486
13487
# File 'lib/aws-sdk-ssm/types.rb', line 13483

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