Method: Aws::Deadline::Types::ValidationExceptionField#name
- Defined in:
- lib/aws-sdk-deadline/types.rb
#name ⇒ String
The name of the validation exception.
10597 10598 10599 10600 10601 10602 |
# File 'lib/aws-sdk-deadline/types.rb', line 10597 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |