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
82 83 84 85 86 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 82 class CustomerNotEntitledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |