Class: Aws::WorkSpacesWeb::Types::ValidationException

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

Overview

There is a validation error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The field that caused the error.



4831
4832
4833
4834
4835
4836
4837
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4831

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


4831
4832
4833
4834
4835
4836
4837
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4831

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

Reason the request failed validation

Returns:

  • (String)


4831
4832
4833
4834
4835
4836
4837
# File 'lib/aws-sdk-workspacesweb/types.rb', line 4831

class ValidationException < Struct.new(
  :message,
  :reason,
  :field_list)
  SENSITIVE = []
  include Aws::Structure
end