Class: Aws::PaymentCryptographyData::Types::ValidationException

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

#field_listArray<Types::ValidationExceptionField>

The request was denied due to an invalid request error.



1879
1880
1881
1882
1883
1884
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1879

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

#messageString

Returns:

  • (String)


1879
1880
1881
1882
1883
1884
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1879

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