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 limits. For information about OpsItem limits, see [What are the resource limits for OpsCenter?].

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Returns:

  • (Integer)


11864
11865
11866
11867
11868
11869
11870
# File 'lib/aws-sdk-ssm/types.rb', line 11864

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

#limit_typeString

Returns:

  • (String)


11864
11865
11866
11867
11868
11869
11870
# File 'lib/aws-sdk-ssm/types.rb', line 11864

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

#messageString

Returns:

  • (String)


11864
11865
11866
11867
11868
11869
11870
# File 'lib/aws-sdk-ssm/types.rb', line 11864

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

#resource_typesArray<String>

Returns:

  • (Array<String>)


11864
11865
11866
11867
11868
11869
11870
# File 'lib/aws-sdk-ssm/types.rb', line 11864

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