Class: Aws::CodeGuruSecurity::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ValidationException
- Defined in:
- gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb
Overview
The input fails to satisfy the specified constraints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The identifier for the error.
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error, if applicable.
-
#message ⇒ String
Description of the error.
-
#reason ⇒ String
The reason the request failed validation.
Instance Attribute Details
#error_code ⇒ String
The identifier for the error.
1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1256 class ValidationException < Struct.new( :error_code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#field_list ⇒ Array<Types::ValidationExceptionField>
The field that caused the error, if applicable.
1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1256 class ValidationException < Struct.new( :error_code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Description of the error.
1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1256 class ValidationException < Struct.new( :error_code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request failed validation.
1256 1257 1258 1259 1260 1261 1262 1263 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1256 class ValidationException < Struct.new( :error_code, :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |