Class: Aws::NetworkManager::Types::ValidationException

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

Overview

The input fails to satisfy the constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The fields that caused the error, if applicable.



5700
5701
5702
5703
5704
5705
5706
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5700

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

#messageString

Returns:

  • (String)


5700
5701
5702
5703
5704
5705
5706
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5700

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

#reasonString

The reason for the error.

Returns:

  • (String)


5700
5701
5702
5703
5704
5705
5706
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5700

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