Class: Aws::WellArchitected::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ValidationException
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The user input is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
-
#message ⇒ String
Description of the error.
-
#reason ⇒ String
The reason why the request failed validation.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
6466 6467 6468 6469 6470 6471 6472 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6466 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Description of the error.
6466 6467 6468 6469 6470 6471 6472 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6466 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason why the request failed validation.
6466 6467 6468 6469 6470 6471 6472 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6466 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |