Class: Aws::LicenseManager::Types::UnsupportedDigitalSignatureMethodException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4688
4689
4690
4691
4692
# File 'lib/aws-sdk-licensemanager/types.rb', line 4688

class UnsupportedDigitalSignatureMethodException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end