Class: Aws::SSMContacts::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb
Overview
Provides information about which field caused the exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Information about what caused the field to cause an exception.
-
#name ⇒ String
The name of the field that caused the exception.
Instance Attribute Details
#message ⇒ String
Information about what caused the field to cause an exception.
2532 2533 2534 2535 2536 2537 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2532 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that caused the exception.
2532 2533 2534 2535 2536 2537 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2532 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |