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)


14890
14891
14892
14893
14894
14895
14896
14897
# File 'lib/aws-sdk-ssm/types.rb', line 14890

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

#limit_typeString

Returns:

  • (String)


14890
14891
14892
14893
14894
14895
14896
14897
# File 'lib/aws-sdk-ssm/types.rb', line 14890

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

#messageString

Returns:

  • (String)


14890
14891
14892
14893
14894
14895
14896
14897
# File 'lib/aws-sdk-ssm/types.rb', line 14890

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

#resource_typesArray<String>

Returns:

  • (Array<String>)


14890
14891
14892
14893
14894
14895
14896
14897
# File 'lib/aws-sdk-ssm/types.rb', line 14890

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