Class: Aws::Mgn::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Validate exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
-
#field_list ⇒ Array<Types::ValidationExceptionField>
Validate exception field list.
- #message ⇒ String
-
#reason ⇒ String
Validate exception reason.
Instance Attribute Details
#code ⇒ String
7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'lib/aws-sdk-mgn/types.rb', line 7225 class ValidationException < Struct.new( :message, :code, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#field_list ⇒ Array<Types::ValidationExceptionField>
Validate exception field list.
7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'lib/aws-sdk-mgn/types.rb', line 7225 class ValidationException < Struct.new( :message, :code, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'lib/aws-sdk-mgn/types.rb', line 7225 class ValidationException < Struct.new( :message, :code, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Validate exception reason.
7225 7226 7227 7228 7229 7230 7231 7232 |
# File 'lib/aws-sdk-mgn/types.rb', line 7225 class ValidationException < Struct.new( :message, :code, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |