Class: Aws::SNS::Errors::KMSDisabledException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of KMSDisabledException.

Parameters:



286
287
288
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/errors.rb', line 286

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

Instance Method Details

#messageString

Returns:

  • (String)


291
292
293
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/errors.rb', line 291

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