Class: Aws::PaymentCryptography::Types::ValidationException

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

Returns:

  • (String)


1671
1672
1673
1674
1675
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1671

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