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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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)


3713
3714
3715
3716
3717
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3713

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