Class: Aws::SSM::Types::OpsItemLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemLimitExceededException
- Defined in:
- gems/aws-sdk-ssm/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
14148 14149 14150 14151 14152 14153 14154 14155 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14148 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#limit_type ⇒ String
14148 14149 14150 14151 14152 14153 14154 14155 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14148 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
14148 14149 14150 14151 14152 14153 14154 14155 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14148 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
14148 14149 14150 14151 14152 14153 14154 14155 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14148 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |