Class: Aws::BCMPricingCalculator::Types::ValidationException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The list of fields that are invalid.



3513
3514
3515
3516
3517
3518
3519
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3513

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

#messageString

Returns:

  • (String)


3513
3514
3515
3516
3517
3518
3519
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3513

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

#reasonString

The reason for the validation exception.

Returns:

  • (String)


3513
3514
3515
3516
3517
3518
3519
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 3513

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