Class: Aws::PaymentCryptographyData::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The request was denied due to an invalid request error.

Returns:

  • (String)


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

#pathString

The request was denied due to an invalid request error.

Returns:

  • (String)


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