Class: Aws::PrometheusService::Types::ServiceQuotaExceededException

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

Overview

Completing the request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1579

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

#quota_codeString

Service quotas code of the originating quota.

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1579

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

#resource_idString

Identifier of the resource affected.

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1579

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

#resource_typeString

Type of the resource affected.

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1579

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

#service_codeString

Service quotas code for the originating service.

Returns:

  • (String)


1579
1580
1581
1582
1583
1584
1585
1586
1587
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1579

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