Class: Aws::Route53GlobalResolver::Types::ValidationException

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

Overview

The input parameters are invalid. Check the parameter values and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The list of fields that aren’t valid.



4563
4564
4565
4566
4567
4568
4569
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4563

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

#messageString

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4563

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

#reasonString

Reason the request failed validation.

Returns:

  • (String)


4563
4564
4565
4566
4567
4568
4569
# File 'lib/aws-sdk-route53globalresolver/types.rb', line 4563

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