Class: Aws::Panorama::Types::ValidationExceptionErrorArgument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ValidationExceptionErrorArgument
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
A validation exception error argument.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The argument's name.
-
#value ⇒ String
The argument's value.
Instance Attribute Details
#name ⇒ String
The argument's name.
2912 2913 2914 2915 2916 2917 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2912 class ValidationExceptionErrorArgument < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The argument's value.
2912 2913 2914 2915 2916 2917 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2912 class ValidationExceptionErrorArgument < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |