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.
7758 7759 7760 7761 7762 7763 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7758 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the input parameter.
7758 7759 7760 7761 7762 7763 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7758 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |