Class: Aws::Invoicing::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Returns:

  • (String)


2159
2160
2161
2162
2163
2164
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2159

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

#nameString

The input fails to satisfy the constraints specified by an Amazon Web Services service.

Returns:

  • (String)


2159
2160
2161
2162
2163
2164
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2159

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