Class: Aws::MarketplaceMetering::Types::CustomerNotEntitledException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-marketplacemetering/types.rb

Overview

Exception thrown when the customer does not have a valid subscription for the product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


70
71
72
73
74
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 70

class CustomerNotEntitledException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end