Class: Aws::Panorama::Types::ConflictExceptionErrorArgument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ConflictExceptionErrorArgument
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
A conflict exception error argument.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The error argument's name.
-
#value ⇒ String
The error argument's value.
Instance Attribute Details
#name ⇒ String
The error argument's name.
155 156 157 158 159 160 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 155 class ConflictExceptionErrorArgument < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The error argument's value.
155 156 157 158 159 160 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 155 class ConflictExceptionErrorArgument < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |