Class: Aws::PaymentCryptographyData::Types::VerificationFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::VerificationFailedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
This request failed verification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#message ⇒ String
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2372 class VerificationFailedException < Struct.new( :reason, :message) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
2372 2373 2374 2375 2376 2377 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2372 class VerificationFailedException < Struct.new( :reason, :message) SENSITIVE = [] include Aws::Structure end |