Class: Aws::PartnerCentralRevenueMeasurement::Types::RevenueAttributionAllocationErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralRevenueMeasurement::Types::RevenueAttributionAllocationErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralrevenuemeasurement/types.rb
Overview
Details of a validation error for a single revenue attribution allocation record.
Constant Summary collapse
- SENSITIVE =
[:customer_aws_account_id]
Instance Attribute Summary collapse
-
#action ⇒ String
The action that was attempted.
-
#customer_aws_account_id ⇒ String
The customer AWS account ID of the failing record.
-
#effective_from ⇒ String
Effective start date of the failing record.
-
#effective_until ⇒ String
Effective end date of the failing record.
-
#entity_id ⇒ String
The deal entity identifier of the failing record.
-
#entity_type ⇒ String
The deal entity type of the failing record.
-
#error_code ⇒ String
Machine-readable error code.
-
#error_message ⇒ String
Human-readable error description.
-
#revenue_attribution_allocation_id ⇒ String
The allocation identifier.
Instance Attribute Details
#action ⇒ String
The action that was attempted.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#customer_aws_account_id ⇒ String
The customer AWS account ID of the failing record.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#effective_from ⇒ String
Effective start date of the failing record.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#effective_until ⇒ String
Effective end date of the failing record.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#entity_id ⇒ String
The deal entity identifier of the failing record.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#entity_type ⇒ String
The deal entity type of the failing record.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#error_code ⇒ String
Machine-readable error code.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#error_message ⇒ String
Human-readable error description.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |
#revenue_attribution_allocation_id ⇒ String
The allocation identifier. Present for UPDATE actions; absent for CREATE actions.
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 |
# File 'lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1431 class RevenueAttributionAllocationErrorDetail < Struct.new( :revenue_attribution_allocation_id, :entity_type, :entity_id, :customer_aws_account_id, :effective_from, :effective_until, :action, :error_code, :error_message) SENSITIVE = [:customer_aws_account_id] include Aws::Structure end |