Class: Aws::BCMPricingCalculator::Types::ValidationExceptionField

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

Overview

Represents a field that failed validation in a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message describing why the field failed validation.

Returns:

  • (String)


3392
3393
3394
3395
3396
3397
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3392

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

#nameString

The name of the field that failed validation.

Returns:

  • (String)


3392
3393
3394
3395
3396
3397
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3392

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