Class: Aws::SSM::Types::OpsItemLimitExceededException

Inherits:
Struct
  • Object
show all
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

#limitInteger

Returns:

  • (Integer)


14449
14450
14451
14452
14453
14454
14455
14456
# File 'lib/aws-sdk-ssm/types.rb', line 14449

class OpsItemLimitExceededException < Struct.new(
  :resource_types,
  :limit,
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#limit_typeString

Returns:

  • (String)


14449
14450
14451
14452
14453
14454
14455
14456
# File 'lib/aws-sdk-ssm/types.rb', line 14449

class OpsItemLimitExceededException < Struct.new(
  :resource_types,
  :limit,
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


14449
14450
14451
14452
14453
14454
14455
14456
# File 'lib/aws-sdk-ssm/types.rb', line 14449

class OpsItemLimitExceededException < Struct.new(
  :resource_types,
  :limit,
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typesArray<String>

Returns:

  • (Array<String>)


14449
14450
14451
14452
14453
14454
14455
14456
# File 'lib/aws-sdk-ssm/types.rb', line 14449

class OpsItemLimitExceededException < Struct.new(
  :resource_types,
  :limit,
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end