Class: Aws::MarketplaceMetering::Types::InvalidLicenseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::InvalidLicenseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
Ensure the LicenseArn is valid, matches the customer, and usage is
within the license activation period.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
199 200 201 202 203 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 199 class InvalidLicenseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |