Class: Aws::Panorama::Types::ValidationExceptionErrorArgument

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The argument's name.

Returns:

  • (String)


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

#valueString

The argument's value.

Returns:

  • (String)


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