Class: Aws::LicenseManager::Types::UnsupportedDigitalSignatureMethodException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::UnsupportedDigitalSignatureMethodException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
The digital signature method is unsupported. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3748 3749 3750 3751 3752 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3748 class UnsupportedDigitalSignatureMethodException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |