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.
2552 2553 2554 2555 2556 2557 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2552 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that caused the exception.
2552 2553 2554 2555 2556 2557 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 2552 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |