Class: Aws::Deadline::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextHash<String,String>

Information about the resources in use when the exception was thrown.

Returns:

  • (Hash<String,String>)


9078
9079
9080
9081
9082
9083
9084
9085
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9078

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

#field_listArray<Types::ValidationExceptionField>

A list of fields that failed validation.



9078
9079
9080
9081
9082
9083
9084
9085
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9078

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

#messageString

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9078

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

#reasonString

The reason that the request failed validation.

Returns:

  • (String)


9078
9079
9080
9081
9082
9083
9084
9085
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9078

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