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
14335 14336 14337 14338 14339 14340 14341 14342 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14335 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#limit_type ⇒ String
14335 14336 14337 14338 14339 14340 14341 14342 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14335 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
14335 14336 14337 14338 14339 14340 14341 14342 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14335 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#resource_types ⇒ Array<String>
14335 14336 14337 14338 14339 14340 14341 14342 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14335 class OpsItemLimitExceededException < Struct.new( :resource_types, :limit, :limit_type, :message) SENSITIVE = [] include Aws::Structure end |