Class: Aws::SSM::Types::OpsMetadataKeyLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsMetadataKeyLimitExceededException
- 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
#message ⇒ String
13958 13959 13960 13961 13962 |
# File 'lib/aws-sdk-ssm/types.rb', line 13958 class OpsMetadataKeyLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |