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
14108 14109 14110 14111 14112 14113 14114 14115 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14108 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#limit_type ⇒ String
14108 14109 14110 14111 14112 14113 14114 14115 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14108 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
14108 14109 14110 14111 14112 14113 14114 14115 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14108 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
14108 14109 14110 14111 14112 14113 14114 14115 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14108 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |