Class: Aws::KMS::Errors::IncorrectKeyMaterialException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::IncorrectKeyMaterialException
- Defined in:
- lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IncorrectKeyMaterialException
constructor
A new instance of IncorrectKeyMaterialException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IncorrectKeyMaterialException
Returns a new instance of IncorrectKeyMaterialException.
330 331 332 |
# File 'lib/aws-sdk-kms/errors.rb', line 330 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
335 336 337 |
# File 'lib/aws-sdk-kms/errors.rb', line 335 def @message || @data[:message] end |