Class: Aws::KMS::Errors::KMSInternalException

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) ⇒ KMSInternalException

Returns a new instance of KMSInternalException.

Parameters:



480
481
482
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 480

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

Instance Method Details

#messageString

Returns:

  • (String)


485
486
487
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 485

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