Method: Aws::Shield::Types::ValidationExceptionField#name
- Defined in:
- lib/aws-sdk-shield/types.rb
#name ⇒ String
The name of the parameter that failed validation.
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 |