Class: Aws::Inspector2::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/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
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that failed validation.
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation failure.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that failed validation.
7269 7270 7271 7272 7273 7274 7275 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7269 class ValidationException < Struct.new( :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7269 7270 7271 7272 7273 7274 7275 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7269 class ValidationException < Struct.new( :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation failure.
7269 7270 7271 7272 7273 7274 7275 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7269 class ValidationException < Struct.new( :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |