Method: Aws::Shield::Types::ValidationExceptionField#name

Defined in:
lib/aws-sdk-shield/types.rb

#nameString

The name of the parameter that failed validation.

Returns:

  • (String)


2260
2261
2262
2263
2264
2265
# File 'lib/aws-sdk-shield/types.rb', line 2260

class ValidationExceptionField < Struct.new(
  :name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end