Class: Aws::CleanRooms::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Describes validation errors for specific input parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message for the input validation error.
-
#name ⇒ String
The name of the input parameter.
Instance Attribute Details
#message ⇒ String
A message for the input validation error.
7885 7886 7887 7888 7889 7890 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7885 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the input parameter.
7885 7886 7887 7888 7889 7890 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7885 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |