Class: Aws::SecurityIR::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ValidationException
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The fields which lead to the exception.
-
#message ⇒ String
The exception message.
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The fields which lead to the exception.
1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1756 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The exception message.
1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1756 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
1756 1757 1758 1759 1760 1761 1762 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1756 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |