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

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



3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3883

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

#messageString

Returns:

  • (String)


3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3883

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

#reasonString

The reason.

Returns:

  • (String)


3883
3884
3885
3886
3887
3888
3889
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 3883

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