Class: Aws::KMS::Errors::KMSInvalidSignatureException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ KMSInvalidSignatureException

Returns a new instance of KMSInvalidSignatureException.

Parameters:



494
495
496
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 494

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


499
500
501
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 499

def message
  @message || @data[:message]
end