Class: Aws::PartnerCentralRevenueMeasurement::Types::RevenueAttributionAllocationErrorDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The action that was attempted.

Returns:

  • (String)


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_idString

The customer AWS account ID of the failing record.

Returns:

  • (String)


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_fromString

Effective start date of the failing record.

Returns:

  • (String)


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_untilString

Effective end date of the failing record.

Returns:

  • (String)


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_idString

The deal entity identifier of the failing record.

Returns:

  • (String)


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_typeString

The deal entity type of the failing record.

Returns:

  • (String)


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_codeString

Machine-readable error code.

Returns:

  • (String)


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_messageString

Human-readable error description.

Returns:

  • (String)


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_idString

The allocation identifier. Present for UPDATE actions; absent for CREATE actions.

Returns:

  • (String)


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