Class: Aws::Inspector2::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
An object that describes a validation exception.
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.
7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7289 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
7289 7290 7291 7292 7293 7294 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7289 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |