Class: Aws::CleanRooms::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The input fails to satisfy the specified constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
Validation errors for specific input parameters.
- #message ⇒ String
-
#reason ⇒ String
A reason code for the exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
Validation errors for specific input parameters.
7738 7739 7740 7741 7742 7743 7744 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7738 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7738 7739 7740 7741 7742 7743 7744 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7738 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A reason code for the exception.
7738 7739 7740 7741 7742 7743 7744 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7738 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |