Class: Aws::InspectorScan::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::InspectorScan::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspectorscan/types.rb
Overview
The request has failed validation due to missing required fields or having invalid inputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The validation exception message.
-
#name ⇒ String
The name of the validation exception.
Instance Attribute Details
#message ⇒ String
The validation exception message.
135 136 137 138 139 140 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 135 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
135 136 137 138 139 140 |
# File 'lib/aws-sdk-inspectorscan/types.rb', line 135 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |