Class: Aws::SSM::Types::OpsItemLimitExceededException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::OpsItemLimitExceededException
 
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The request caused OpsItems to exceed one or more quotas.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Integer
| 13597 13598 13599 13600 13601 13602 13603 13604 | # File 'lib/aws-sdk-ssm/types.rb', line 13597 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end | 
#limit_type ⇒ String
| 13597 13598 13599 13600 13601 13602 13603 13604 | # File 'lib/aws-sdk-ssm/types.rb', line 13597 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
| 13597 13598 13599 13600 13601 13602 13603 13604 | # File 'lib/aws-sdk-ssm/types.rb', line 13597 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end | 
#resource_types ⇒ Array<String>
| 13597 13598 13599 13600 13601 13602 13603 13604 | # File 'lib/aws-sdk-ssm/types.rb', line 13597 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |