Class: Aws::Billing::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-billing/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.
910 911 912 913 914 915 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 910 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
910 911 912 913 914 915 |
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 910 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |