Class: Aws::SSM::Types::OpsMetadataLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsMetadataLimitExceededException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14713 14714 14715 14716 14717 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14713 class OpsMetadataLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |