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)


13261
13262
13263
13264
13265
13266
13267
13268
# File 'lib/aws-sdk-ssm/types.rb', line 13261

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

#limit_typeString

Returns:

  • (String)


13261
13262
13263
13264
13265
13266
13267
13268
# File 'lib/aws-sdk-ssm/types.rb', line 13261

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

#messageString

Returns:

  • (String)


13261
13262
13263
13264
13265
13266
13267
13268
# File 'lib/aws-sdk-ssm/types.rb', line 13261

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

#resource_typesArray<String>

Returns:

  • (Array<String>)


13261
13262
13263
13264
13265
13266
13267
13268
# File 'lib/aws-sdk-ssm/types.rb', line 13261

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