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.
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 890 class ValidationException < Struct.new( :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 890 class ValidationException < Struct.new( :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation exception.
890 891 892 893 894 895 896 |
# File 'lib/aws-sdk-bcmdataexports/types.rb', line 890 class ValidationException < Struct.new( :fields, :message, :reason) SENSITIVE = [] include Aws::Structure end |