Class: Aws::SSM::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

The request exceeds the service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17956
17957
17958
17959
17960
17961
17962
17963
17964
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17956

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The quota code recognized by the Amazon Web Services Service Quotas service.

Returns:

  • (String)


17956
17957
17958
17959
17960
17961
17962
17963
17964
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17956

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The unique ID of the resource referenced in the failed request.

Returns:

  • (String)


17956
17957
17958
17959
17960
17961
17962
17963
17964
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17956

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type of the resource referenced in the failed request.

Returns:

  • (String)


17956
17957
17958
17959
17960
17961
17962
17963
17964
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17956

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The code for the Amazon Web Services service that owns the quota.

Returns:

  • (String)


17956
17957
17958
17959
17960
17961
17962
17963
17964
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17956

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end