Class: Aws::Billing::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/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 name of the field.
Instance Attribute Details
#message ⇒ String
The message describing why the field failed validation.
1471 1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-billing/types.rb', line 1471 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
1471 1472 1473 1474 1475 1476 |
# File 'lib/aws-sdk-billing/types.rb', line 1471 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |