Class: Aws::SecurityIR::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1776 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1776 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |