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
1772 1773 1774 1775 1776 1777 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1772 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
1772 1773 1774 1775 1776 1777 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1772 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |