Class: Aws::NovaAct::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ValidationException
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
The input parameters for the request are invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that failed validation.
-
#message ⇒ String
The input fails to satisfy the constraints specified by the service.
-
#reason ⇒ String
The reason for the validation failure.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that failed validation.
1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1211 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The input fails to satisfy the constraints specified by the service.
1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1211 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation failure.
1211 1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1211 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |