Class: Aws::BillingConductor::Types::ServiceLimitExceededException

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

Overview

The request would cause a service limit to exceed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limit_codeString

The unique code identifier of the service limit that is being exceeded.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2430

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

#messageString

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2430

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

#resource_idString

Identifier of the resource affected.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2430

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

#resource_typeString

Type of the resource affected.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2430

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

#service_codeString

The unique code for the service of the limit that is being exceeded.

Returns:

  • (String)


2430
2431
2432
2433
2434
2435
2436
2437
2438
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2430

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