Class: Aws::PaymentCryptographyData::Errors::VerificationFailedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PaymentCryptographyData::Errors::VerificationFailedException
- Defined in:
- lib/aws-sdk-paymentcryptographydata/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VerificationFailedException
constructor
A new instance of VerificationFailedException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VerificationFailedException
Returns a new instance of VerificationFailedException.
128 129 130 |
# File 'lib/aws-sdk-paymentcryptographydata/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
138 139 140 |
# File 'lib/aws-sdk-paymentcryptographydata/errors.rb', line 138 def @message || @data[:message] end |
#reason ⇒ String
133 134 135 |
# File 'lib/aws-sdk-paymentcryptographydata/errors.rb', line 133 def reason @data[:reason] end |