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

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

#messageString

The message describing why the field failed validation.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 3021

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

#nameString

The field name.

Returns:

  • (String)


3021
3022
3023
3024
3025
3026
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 3021

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