Class: Aws::Repostspace::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- 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.
777 778 779 780 781 782 |
# File 'lib/aws-sdk-repostspace/types.rb', line 777 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Message describing why the field failed validation.
777 778 779 780 781 782 |
# File 'lib/aws-sdk-repostspace/types.rb', line 777 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |