Class: Aws::CodeGuruSecurity::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb
Overview
Information about a validation exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the exception.
-
#name ⇒ String
The name of the exception.
Instance Attribute Details
#message ⇒ String
Describes the exception.
1277 1278 1279 1280 1281 1282 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1277 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the exception.
1277 1278 1279 1280 1281 1282 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1277 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |