Class: Aws::BCMDataExports::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDataExports::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmdataexports/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
The list of fields that are invalid.
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation exception.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The list of fields that are invalid.
909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 909 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 909 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation exception.
909 910 911 912 913 914 915 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 909 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |