Class: Aws::BillingConductor::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ValidationExceptionField
- 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
-
#message ⇒ String
The message describing why the field failed validation.
-
#name ⇒ String
The field name.
Instance Attribute Details
#message ⇒ String
The message describing why the field failed validation.
3021 3022 3023 3024 3025 3026 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3021 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name.
3021 3022 3023 3024 3025 3026 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3021 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |