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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/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.



3223
3224
3225
3226
3227
3228
3229
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3223

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

#messageString

Returns:

  • (String)


3223
3224
3225
3226
3227
3228
3229
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3223

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

#reasonString

Reason the request failed validation

Returns:

  • (String)


3223
3224
3225
3226
3227
3228
3229
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3223

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