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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-networkmanager/types.rb', line 6181

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

#messageString

Returns:

  • (String)


6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-networkmanager/types.rb', line 6181

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

#reasonString

The reason for the error.

Returns:

  • (String)


6181
6182
6183
6184
6185
6186
6187
# File 'lib/aws-sdk-networkmanager/types.rb', line 6181

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