Class: Aws::VPCLattice::Types::ValidationException

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

Overview

The input does not satisfy the constraints specified by an Amazon Web Services service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The fields that failed validation.



6037
6038
6039
6040
6041
6042
6043
# File 'lib/aws-sdk-vpclattice/types.rb', line 6037

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

#messageString

Returns:

  • (String)


6037
6038
6039
6040
6041
6042
6043
# File 'lib/aws-sdk-vpclattice/types.rb', line 6037

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

#reasonString

The reason.

Returns:

  • (String)


6037
6038
6039
6040
6041
6042
6043
# File 'lib/aws-sdk-vpclattice/types.rb', line 6037

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