Class: Aws::WorkSpacesWeb::Types::ValidationExceptionField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesweb/types.rb

Overview

Information about a field passed inside a request that resulted in an exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message describing why the field failed validation.

Returns:

  • (String)


4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4828

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

#nameString

The name of the field that failed validation.

Returns:

  • (String)


4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4828

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