Class: Aws::Account::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Account::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-account/types.rb
Overview
The operation failed because one of the input parameters was invalid.
Constant Summary collapse
- SENSITIVE =
[:message]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The field where the invalid entry was detected.
-
#message ⇒ String
The message that informs you about what was invalid about the request.
-
#reason ⇒ String
The reason that validation failed.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field where the invalid entry was detected.
936 937 938 939 940 941 942 |
# File 'lib/aws-sdk-account/types.rb', line 936 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [:message] include Aws::Structure end |
#message ⇒ String
The message that informs you about what was invalid about the request.
936 937 938 939 940 941 942 |
# File 'lib/aws-sdk-account/types.rb', line 936 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [:message] include Aws::Structure end |
#reason ⇒ String
The reason that validation failed.
936 937 938 939 940 941 942 |
# File 'lib/aws-sdk-account/types.rb', line 936 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [:message] include Aws::Structure end |