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
3772 3773 3774 3775 3776 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 3772 class UnsupportedDigitalSignatureMethodException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |