Class: Aws::BCMPricingCalculator::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::ValidationException
- 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
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that are invalid.
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation exception.
Instance Attribute Details
#field_list ⇒ Array<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 |
#message ⇒ 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 |
#reason ⇒ String
The reason for the validation exception.
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 |