Class: Aws::PaymentCryptographyData::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptographydata/types.rb
Overview
The request was denied due to an invalid request error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The request was denied due to an invalid request error.
- #message ⇒ String
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The request was denied due to an invalid request error.
2335 2336 2337 2338 2339 2340 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2335 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2335 2336 2337 2338 2339 2340 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2335 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |