Class: Aws::KMS::Errors::XksProxyIncorrectAuthenticationCredentialException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::XksProxyIncorrectAuthenticationCredentialException
- Defined in:
- lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksProxyIncorrectAuthenticationCredentialException
constructor
A new instance of XksProxyIncorrectAuthenticationCredentialException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksProxyIncorrectAuthenticationCredentialException
Returns a new instance of XksProxyIncorrectAuthenticationCredentialException.
675 676 677 |
# File 'lib/aws-sdk-kms/errors.rb', line 675 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
680 681 682 |
# File 'lib/aws-sdk-kms/errors.rb', line 680 def @message || @data[:message] end |