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.
6163 6164 6165 6166 6167 6168 6169 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6163 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
6163 6164 6165 6166 6167 6168 6169 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6163 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the error.
6163 6164 6165 6166 6167 6168 6169 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6163 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |