Class: Aws::BillingConductor::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billingconductor/types.rb

Overview

The field's information of a request that resulted in an exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

The message describing why the field failed validation.

Returns:

  • (String)


3320
3321
3322
3323
3324
3325
# File 'lib/aws-sdk-billingconductor/types.rb', line 3320

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

#name ⇒ String

The field name.

Returns:

  • (String)


3320
3321
3322
3323
3324
3325
# File 'lib/aws-sdk-billingconductor/types.rb', line 3320

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