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
13586 13587 13588 13589 13590 13591 13592 13593 |
# File 'lib/aws-sdk-ssm/types.rb', line 13586 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#limit_type ⇒ String
13586 13587 13588 13589 13590 13591 13592 13593 |
# File 'lib/aws-sdk-ssm/types.rb', line 13586 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
13586 13587 13588 13589 13590 13591 13592 13593 |
# File 'lib/aws-sdk-ssm/types.rb', line 13586 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
13586 13587 13588 13589 13590 13591 13592 13593 |
# File 'lib/aws-sdk-ssm/types.rb', line 13586 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |