Class: Aws::MarketplaceMetering::Types::CustomerNotEntitledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::CustomerNotEntitledException
- 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
#message ⇒ 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 |