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.
3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3153 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name.
3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3153 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |