Class: Aws::BillingConductor::Types::ServiceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ServiceLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The request would cause a service limit to exceed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_code ⇒ String
The unique code identifier of the service limit that is being exceeded.
- #message ⇒ String
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
-
#service_code ⇒ String
The unique code for the service of the limit that is being exceeded.
Instance Attribute Details
#limit_code ⇒ String
The unique code identifier of the service limit that is being exceeded.
2430 2431 2432 2433 2434 2435 2436 2437 2438 |
# File '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 |
#message ⇒ String
2430 2431 2432 2433 2434 2435 2436 2437 2438 |
# File '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_id ⇒ String
Identifier of the resource affected.
2430 2431 2432 2433 2434 2435 2436 2437 2438 |
# File '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_type ⇒ String
Type of the resource affected.
2430 2431 2432 2433 2434 2435 2436 2437 2438 |
# File '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_code ⇒ String
The unique code for the service of the limit that is being exceeded.
2430 2431 2432 2433 2434 2435 2436 2437 2438 |
# File '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 |