Class: Aws::NetworkManager::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ValidationException
- 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
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
- #message ⇒ String
-
#reason ⇒ String
The reason for the error.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
6760 6761 6762 6763 6764 6765 6766 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6760 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6760 6761 6762 6763 6764 6765 6766 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6760 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the error.
6760 6761 6762 6763 6764 6765 6766 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6760 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |