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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1594
1595
1596
1597
1598
1599
1600
1601
1602
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1594

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)


1594
1595
1596
1597
1598
1599
1600
1601
1602
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1594

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)


1594
1595
1596
1597
1598
1599
1600
1601
1602
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1594

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)


1594
1595
1596
1597
1598
1599
1600
1601
1602
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1594

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)


1594
1595
1596
1597
1598
1599
1600
1601
1602
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1594

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