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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/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)


2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2702

class ValidationExceptionField < Struct.new(
  :path,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The request was denied due to an invalid request error.

Returns:

  • (String)


2702
2703
2704
2705
2706
2707
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 2702

class ValidationExceptionField < Struct.new(
  :path,
  :message)
  SENSITIVE = []
  include Aws::Structure
end