Class: Aws::PaymentCryptographyData::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::ValidationExceptionField
- 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
-
#message ⇒ String
The request was denied due to an invalid request error.
-
#path ⇒ String
The request was denied due to an invalid request error.
Instance Attribute Details
#message ⇒ String
The request was denied due to an invalid request error.
2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2354 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The request was denied due to an invalid request error.
2354 2355 2356 2357 2358 2359 |
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 2354 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |