Class: Aws::PrivateNetworks::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
The request failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that caused the error, if applicable.
-
#message ⇒ String
Description of the error.
-
#reason ⇒ String
Reason the request failed validation.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields that caused the error, if applicable.
1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1799 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Description of the error.
1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1799 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason the request failed validation.
1799 1800 1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1799 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |