Class: Aws::CodeCommit::Errors::EncryptionKeyUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeCommit::Errors::EncryptionKeyUnavailableException
- Defined in:
- gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EncryptionKeyUnavailableException
constructor
A new instance of EncryptionKeyUnavailableException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EncryptionKeyUnavailableException
Returns a new instance of EncryptionKeyUnavailableException.
647 648 649 |
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/errors.rb', line 647 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |