You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceMetering::Types::UsageRecordResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A UsageRecordResult indicates the status of a given UsageRecord processed by BatchMeterUsage.

Instance Attribute Summary collapse

Instance Attribute Details

#metering_record_idString

The MeteringRecordId is a unique identifier for this metering event.

Returns:

  • (String)

    The MeteringRecordId is a unique identifier for this metering event.

#statusString

The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.

  • Success- The UsageRecord was accepted and honored by BatchMeterUsage.

  • CustomerNotSubscribed- The CustomerIdentifier specified is not subscribed to your product. The UsageRecord was not honored. Future UsageRecords for this customer will fail until the customer subscribes to your product.

  • DuplicateRecord- Indicates that the UsageRecord was invalid and not honored. A previously metered UsageRecord had the same customer, dimension, and time, but a different quantity.

    Possible values:

    • Success
    • CustomerNotSubscribed
    • DuplicateRecord

Returns:

  • (String)

    The UsageRecordResult Status indicates the status of an individual UsageRecord processed by BatchMeterUsage.

#usage_recordTypes::UsageRecord

The UsageRecord that was part of the BatchMeterUsage request.

Returns: