Class: Aws::Repostspace::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb
Overview
Stores information about a field that’s passed inside a request that resulted in an exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The name of the field.
-
#name ⇒ String
Message describing why the field failed validation.
Instance Attribute Details
#message ⇒ String
The name of the field.
1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1148 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Message describing why the field failed validation.
1148 1149 1150 1151 1152 1153 |
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 1148 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |