Class: Aws::SSM::Types::OpsMetadataLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsMetadataLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- 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
13973 13974 13975 13976 13977 |
# File 'lib/aws-sdk-ssm/types.rb', line 13973 class OpsMetadataLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |