Class: Aws::Inspector2::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-inspector2/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.
9042 9043 9044 9045 9046 9047 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9042 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
9042 9043 9044 9045 9046 9047 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 9042 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |